From 3945685554a6c1052011621aae236e74388f9d10 Mon Sep 17 00:00:00 2001 From: userAdityaa Date: Mon, 15 Jun 2026 18:26:41 +0000 Subject: [PATCH] fix: make account selector inert during email login (#304) Co-authored-by: userAdityaa Co-committed-by: userAdityaa --- src/app/components/LogInSelect.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/LogInSelect.svelte b/src/app/components/LogInSelect.svelte index bc9f8023b..a1ff0f5a4 100644 --- a/src/app/components/LogInSelect.svelte +++ b/src/app/components/LogInSelect.svelte @@ -76,7 +76,7 @@ onclick={() => selectAccount(option)} disabled={loading} class="card2 bg-alt flex w-full items-center p-3 text-left"> - + {/each}