From ba017d7ec84f417d9e1c1fd0600bc5509a03670a Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Wed, 21 Jun 2023 07:07:46 +0200 Subject: [PATCH] Update apps/login/ui/RegisterFormWithoutPassword.tsx Co-authored-by: Elio Bischof --- apps/login/ui/RegisterFormWithoutPassword.tsx | 3 --- 1 file changed, 3 deletions(-) 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;