Skip to content

Commit d406990

Browse files
committed
feat: autofocus totp form
1 parent a54996d commit d406990

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/components/auth/totp-form.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const TotpForm = (props: Props) => {
4444
disabled={loading}
4545
{...field}
4646
autoComplete="one-time-code"
47+
autoFocus
4748
>
4849
<InputOTPGroup>
4950
<InputOTPSlot index={0} />

0 commit comments

Comments
 (0)