fix: make account selector inert during email login #304

Open
userAdityaa wants to merge 1 commits from userAdityaa/flotilla:fix/login-select-profile-inert into dev
+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>