fix: make account selector inert during email login

This commit is contained in:
2026-06-14 22:34:25 +05:30
committed by hodlbod
parent ed3ba5a0a5
commit 9f96a27980
+1 -1
View File
@@ -76,7 +76,7 @@
onclick={() => selectAccount(option)}
disabled={loading}
class="card2 bg-alt flex w-full items-center p-3 text-left">
<Profile pubkey={option.pubkey} />
<Profile inert pubkey={option.pubkey} />
</Button>
{/each}
</div>