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

Verify Your Account

Your account needs verification. Enter the code sent to your verification method.

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

Sign In

Choose an account

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

Sign In

Sign in to manage your PDS account

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