diff --git a/apps/user/app/auth/email/reset-form.tsx b/apps/user/app/auth/email/reset-form.tsx index e39ba5b..8a41f7e 100644 --- a/apps/user/app/auth/email/reset-form.tsx +++ b/apps/user/app/auth/email/reset-form.tsx @@ -59,36 +59,33 @@ export default function ResetForm({ )} /> - - {auth?.email?.enable_verify && ( - ( - - -
- - -
-
- -
- )} - /> - )} + ( + + +
+ + +
+
+ +
+ )} + />