diff --git a/src/App.svelte b/src/App.svelte index 47731ac..8feb89a 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -11,11 +11,6 @@ page = "auth"; } - function logout() { - pb.authStore.clear(); - page = "auth"; - } - $effect(() => { const user = getUser(); $inspect(user);