Merge pull request #3042 from theo-vdml/feat/auth-add-otp-autofill

feat(auth): add autocomplete for 2FA OTP input
This commit is contained in:
Mauricio Siu
2026-02-16 22:35:41 -06:00
committed by GitHub

View File

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