🐛 fix(auth): Simplify email verification code input rendering

This commit is contained in:
web@ppanel 2025-02-21 20:16:02 +07:00
parent b2e8fadaf3
commit 6f7bc37233

View File

@ -59,8 +59,6 @@ export default function ResetForm({
</FormItem> </FormItem>
)} )}
/> />
{auth?.email?.enable_verify && (
<FormField <FormField
control={form.control} control={form.control}
name='code' name='code'
@ -88,7 +86,6 @@ export default function ResetForm({
</FormItem> </FormItem>
)} )}
/> />
)}
<FormField <FormField
control={form.control} control={form.control}
name='password' name='password'