feat(auth): add autocomplete for 2FA OTP input

This commit is contained in:
Théo Vandormael
2025-11-18 01:58:20 +01:00
parent 8a741e41bb
commit 50b0a5d61c

View File

@@ -328,7 +328,6 @@ export default function Home({ IS_CLOUD }: Props) {
onChange={setTwoFactorCode}
maxLength={6}
pattern={REGEXP_ONLY_DIGITS}
autoComplete="off"
autoFocus
>
<InputOTPGroup>