From 6f7bc372331791e3cb2623baadcb8991f488b58b Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Fri, 21 Feb 2025 20:16:02 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(auth):=20Simplify=20email=20?= =?UTF-8?q?verification=20code=20input=20rendering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/app/auth/email/reset-form.tsx | 57 ++++++++++++------------- 1 file changed, 27 insertions(+), 30 deletions(-) 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 && ( - ( - - -
- - -
-
- -
- )} - /> - )} + ( + + +
+ + +
+
+ +
+ )} + />