mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-14 03:19:49 +00:00
feat: add autofocus to two-factor authentication input
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user