🐛 fix(auth): Simplify email verification code input rendering
This commit is contained in:
parent
b2e8fadaf3
commit
6f7bc37233
@ -59,8 +59,6 @@ export default function ResetForm({
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
{auth?.email?.enable_verify && (
|
||||
<FormField
|
||||
control={form.control}
|
||||
name='code'
|
||||
@ -88,7 +86,6 @@ export default function ResetForm({
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
)}
|
||||
<FormField
|
||||
control={form.control}
|
||||
name='password'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user