{#if loading}
{:else if error}
Error
{error}
{$_('oauth.accounts.useAnother')}
{:else}
{$_('oauth.accounts.title')}
{$_('oauth.accounts.subtitle')}
{#each accounts as account}
!submitting && handleSelectAccount(account.did)} >
@{account.handle}
{account.email}
{/each}
{$_('oauth.accounts.useAnother')}
{/if}