mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 09:54:00 +00:00
rm logs
This commit is contained in:
@@ -16,11 +16,9 @@ export default async function Page({
|
|||||||
const setPassword = !!(firstname && lastname && email);
|
const setPassword = !!(firstname && lastname && email);
|
||||||
|
|
||||||
const legal = await getLegalAndSupportSettings(server);
|
const legal = await getLegalAndSupportSettings(server);
|
||||||
console.log("legal", legal);
|
|
||||||
const passwordComplexitySettings = await getPasswordComplexitySettings(
|
const passwordComplexitySettings = await getPasswordComplexitySettings(
|
||||||
server
|
server
|
||||||
);
|
);
|
||||||
console.log("complexity", passwordComplexitySettings);
|
|
||||||
|
|
||||||
return setPassword ? (
|
return setPassword ? (
|
||||||
<div className="flex flex-col items-center space-y-4">
|
<div className="flex flex-col items-center space-y-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user