Account

{#if error}

{error}

{/if} {#if info}
Email{info.user.email}
Sign-in methods {info.providers.map((p) => PROVIDER_LABEL[p] ?? p).join(', ')}
Saved articles{info.saved_count}
Active sessions{info.sessions}
Export my data
{#if !confirmingDelete} {:else}

This permanently removes your account, saved articles, and history. This can't be undone.

{/if}

Browsing without an account still works — signing out keeps your saved items safe on the server for next time.

{:else if !error}

Loading…

{/if}