From 2341f4fc4a55008103dfa0fb07f231ee537d9861 Mon Sep 17 00:00:00 2001 From: James18232 <180368042+James18232@users.noreply.github.com> Date: Thu, 23 Jul 2026 02:50:45 +1000 Subject: [PATCH] fix: autofocus one time input fields (#1605) Co-authored-by: james Co-authored-by: Kyle Mendell --- frontend/src/routes/login/alternative/code/+page.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/login/alternative/code/+page.svelte b/frontend/src/routes/login/alternative/code/+page.svelte index 8799644d..d8f10a81 100644 --- a/frontend/src/routes/login/alternative/code/+page.svelte +++ b/frontend/src/routes/login/alternative/code/+page.svelte @@ -87,10 +87,11 @@ placeholder={m.code()} aria-label={m.code()} bind:value={code} + autofocus type="text" /> {:else} - + {#snippet children({ cells })} {#each cells as cell}