diff --git a/src/pages/MFAuth.tsx b/src/pages/MFAuth.tsx index e920f95..c30118d 100644 --- a/src/pages/MFAuth.tsx +++ b/src/pages/MFAuth.tsx @@ -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" />