diff --git a/frontend/src/components/auth/totp-form.tsx b/frontend/src/components/auth/totp-form.tsx index 9a8729b..60e5dbd 100644 --- a/frontend/src/components/auth/totp-form.tsx +++ b/frontend/src/components/auth/totp-form.tsx @@ -44,6 +44,7 @@ export const TotpForm = (props: Props) => { disabled={loading} {...field} autoComplete="one-time-code" + autoFocus >