{#if sending} {/if} Overview Id: {data.user.id} Username: {data.user.username} Logout { sending = true; return async ({ update }) => { await update(); sending = false; }; }} > Logout Delete account Delete account Caution! Deleting your account will irretrievably erase all data. { sending = true; return async ({ update }) => { await update(); window.location.hash = "!"; sending = false; }; }} > Password: Delete account
Caution! Deleting your account will irretrievably erase all data.