Skip to content

Commit

Permalink
Fix 2FA token placeholder (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyliu authored Aug 22, 2024
1 parent 959c5fc commit d20d8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MFAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const MFAuth = () => {
id="2fa-verification-code"
name="2fa-verification-code"
label="Verification Code"
placeholder="000-000"
placeholder="000000"
onChange={(e) => setMfaCode(e.target.value)}
type="text"
/>
Expand Down

0 comments on commit d20d8fd

Please sign in to comment.