mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 10:42:13 +00:00
cleanup
This commit is contained in:
@@ -41,7 +41,6 @@ export default async function Page(props: {
|
||||
<div className="flex flex-col items-center space-y-4">
|
||||
<h1>{t("disabled.title")}</h1>
|
||||
<p className="ztdl-p">{t("disabled.description")}</p>
|
||||
{JSON.stringify(loginSettings)}
|
||||
</div>
|
||||
</DynamicTheme>
|
||||
);
|
||||
|
||||
@@ -50,7 +50,6 @@ export function RegisterForm({
|
||||
loginSettings,
|
||||
}: Props) {
|
||||
const t = useTranslations("register");
|
||||
console.log(loginSettings);
|
||||
|
||||
const { register, handleSubmit, formState } = useForm<Inputs>({
|
||||
mode: "onBlur",
|
||||
|
||||
Reference in New Issue
Block a user