Update apps/login/ui/RegisterFormWithoutPassword.tsx

Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2023-06-21 07:07:46 +02:00
committed by GitHub
parent 793814c70f
commit ba017d7ec8

View File

@@ -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;