🔨
{$_('settings')}

{$_('profile')}

{$_('everything-concerning-your-profile')}

{#await user_promise} {$_('loading-profile-data')} {:then}
{$_('profile-picture')}
{#if !isEmail(editable.email)} {$_('valid-email-is-required')} {/if}
{/await}

{$_('password')}

{$_('change-your-password-here')}

{#await user_promise} {$_('loading-profile-data')} {:then}
{#if password_change != password_confirm && password_change.length > 0} {$_('passwords-dont-match')} {/if}
{/await}

{$_('danger-zone')}

{$_('stuff-that-could-harm-your-profile')}

{#await user_promise} {$_('loading-profile-data')} {:then}
{#if delete_triggered} {/if} {#if !delete_triggered} {/if}
{/await}