{#if auth.error}
{auth.error}
{/if} {#if pendingVerification}

{$_('verification.title')}

{$_('verification.subtitle')}

{#if resendMessage}
{resendMessage}
{/if}
{ e.preventDefault(); handleVerification(e); }}>
{:else if auth.savedAccounts.length > 0 && !showNewLogin}

{$_('login.title')}

{$_('login.chooseAccount')}

{#each auth.savedAccounts as account} {/each}
{:else}

{$_('login.title')}

{$_('login.subtitle')}

{#if auth.savedAccounts.length > 0} {/if} {/if}