This commit is contained in:
Max Peintner
2023-06-19 15:59:16 +02:00
parent 3aa8e8fbc4
commit ed7d612660
6 changed files with 20 additions and 34 deletions

View File

@@ -15,15 +15,11 @@ export default async function Page({
const setPassword = !!(firstname && lastname && email);
console.log(setPassword);
const legal = await getLegalAndSupportSettings(server);
const passwordComplexitySettings = await getPasswordComplexitySettings(
server
);
console.log(legal);
return setPassword ? (
<div className="flex flex-col items-center space-y-4">
<h1>Set Password</h1>