mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:06:55 +00:00
Update apps/login/ui/RegisterFormWithoutPassword.tsx
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -87,9 +87,6 @@ export default function RegisterFormWithoutPassword({ legal }: Props) {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
// .then((resp: any) => {
|
|
||||||
// return router.push(`/verify?userID=${resp.userId}`);
|
|
||||||
// });
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const { errors } = formState;
|
const { errors } = formState;
|
||||||
|
|||||||
Reference in New Issue
Block a user