diff --git a/src/components/auth/AuthCode.tsx b/src/components/auth/AuthCode.tsx index 8b0643a53..dfc1ab6ec 100644 --- a/src/components/auth/AuthCode.tsx +++ b/src/components/auth/AuthCode.tsx @@ -109,8 +109,8 @@ const AuthCode: FC = ({ onInput={onCodeChange} value={code} error={authError && lang(authError)} - autoComplete="off" - inputMode="decimal" + autoComplete="one-time-code" + inputMode="numeric" /> {authIsLoading && }