{$t("auth.email-password-title")}
{#if emails.length > 0}
Your email addresses
{#each emails as method (method.id)}
{/each} {#if emails.length < max}
{$t("auth.add-email-address")}
{/if}
Change password
Current password
New password
Confirm new password
Change password
{:else}
{$t("auth.no-email-addresses")}
{$t("auth.add-email-address")}
{/if}