Merge pull request #2412 from moosti/feat/two-factor-autofocus

feat: add autofocus to two-factor authentication input
This commit is contained in:
Mauricio Siu
2025-08-24 13:10:30 -06:00
committed by GitHub
+1
View File
@@ -329,6 +329,7 @@ export default function Home({ IS_CLOUD }: Props) {
maxLength={6}
pattern={REGEXP_ONLY_DIGITS}
autoComplete="off"
autoFocus
>
<InputOTPGroup>
<InputOTPSlot index={0} className="border-border" />