{#if error}

An error occurred:
{error}

{:else if wallet} {:else if !$active_wallet && !selected}

Select a wallet to login with

{#each Object.entries($wallets) as wallet_entry}
{ select(wallet_entry[0]); }} on:keypress={() => { select(wallet_entry[0]); }} > {wallet_entry[1].wallet.V0.content.security_txt} {wallet_entry[1].wallet.V0.content.security_txt}
{/each}
{#if $has_wallets}

Log in with another wallet

{:else}

Import your wallet

{/if}
{:else if step == "loggedin"} You are logged in.
please wait while the app is loading...{/if}