This commit is contained in:
Shibo Lyu 2024-10-23 17:06:19 +08:00
parent e78279114a
commit 55ceb187a1

View file

@ -53,6 +53,7 @@
{/key}
{/if}
{#if remainingAccounts.length > 0}
<GroupedListSection>
{#each remainingAccounts as account (account.id_key)}
<div animate:flip={{ duration: 250 }} transition:blur>
@ -64,6 +65,7 @@
{/each}
</GroupedListSection>
{/if}
{/if}
<GroupedListSection>
<SettingsListItem icon={ArrowRightEndOnRectangle} route="/account/add">Sign in</SettingsListItem>