This commit is contained in:
Max Peintner
2023-07-04 17:21:24 +02:00
parent 22bf028fd1
commit d628f9653a

View File

@@ -16,11 +16,9 @@ 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">