test register

This commit is contained in:
Max Peintner
2023-07-04 14:52:33 +02:00
parent 0fb88d4ff2
commit 22bf028fd1
5 changed files with 48 additions and 3 deletions

View File

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