{#if error}
An error occurred:
{error}
{ importing = false; error = undefined; wallet = undefined; }} class="text-white bg-primary-700 hover:bg-primary-700/90 focus:ring-4 focus:ring-primary-700/50 font-medium rounded-lg text-lg px-5 py-2.5 text-center inline-flex items-center dark:focus:ring-primary-700/55 mb-2" > Start over
{: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}
{/each}
{#if $has_wallets}
Log in with another wallet
{:else}
Import your wallet
{/if}
{ document.getElementById("import_wallet_file").click(); }} >
Import a Wallet File
Import with QRcode
Enter a Wallet Link
Create a new wallet
{:else if step == "loggedin"} You are logged in.
please wait while the app is loading...{/if}