Refactor: Improve validation schemas

This commit is contained in:
gpt-engineer-app[bot]
2025-10-14 17:52:50 +00:00
parent a255442616
commit 7a6273111d
8 changed files with 113 additions and 35 deletions

View File

@@ -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} />