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