diff --git a/apps/login/ui/RegisterFormWithoutPassword.tsx b/apps/login/ui/RegisterFormWithoutPassword.tsx index 7df1bb008e3..952b4c82eed 100644 --- a/apps/login/ui/RegisterFormWithoutPassword.tsx +++ b/apps/login/ui/RegisterFormWithoutPassword.tsx @@ -87,9 +87,6 @@ export default function RegisterFormWithoutPassword({ legal }: Props) { ); }); }); - // .then((resp: any) => { - // return router.push(`/verify?userID=${resp.userId}`); - // }); } const { errors } = formState;