feat: add autofocus to two-factor authentication input

This commit is contained in:
ispareh
2025-08-19 14:40:04 +03:30
parent ff20bb2731
commit c96c25ca9f
+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" />