diff --git a/src/components/auth/AuthCode.tsx b/src/components/auth/AuthCode.tsx index c8d22d10..77a298d8 100644 --- a/src/components/auth/AuthCode.tsx +++ b/src/components/auth/AuthCode.tsx @@ -108,7 +108,7 @@ const AuthCode: FC = ({ onInput={onCodeChange} value={code} error={authError} - autoComplete="one-time-code" + autoComplete="off" inputMode="decimal" /> {authIsLoading && }