From d4069900bc66a328a5c8f21704f8e6624232a76c Mon Sep 17 00:00:00 2001 From: Stavros Date: Fri, 3 Oct 2025 16:36:02 +0300 Subject: [PATCH] feat: autofocus totp form --- frontend/src/components/auth/totp-form.tsx | 1 + 1 file changed, 1 insertion(+) 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 >