mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:12:20 +00:00
rm logs
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user