mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-29 01:47:05 -05:00
Refactor: Improve validation schemas
This commit is contained in:
@@ -89,6 +89,7 @@ export function MFAChallenge({ factorId, onSuccess, onCancel }: MFAChallengeProp
|
||||
value={code}
|
||||
onChange={setCode}
|
||||
onComplete={handleVerify}
|
||||
onPaste={(e) => e.preventDefault()}
|
||||
>
|
||||
<InputOTPGroup>
|
||||
<InputOTPSlot index={0} />
|
||||
|
||||
Reference in New Issue
Block a user