+
+
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}
+
+
+
diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte
index 54c1f8e..4f46f01 100644
--- a/frontend/src/routes/+page.svelte
+++ b/frontend/src/routes/+page.svelte
@@ -1,6 +1,6 @@