diff --git a/svelte-kit-example/src/routes/(protected)/dashboard/+page.svelte b/svelte-kit-example/src/routes/(protected)/dashboard/+page.svelte index 4c29707..9516543 100644 --- a/svelte-kit-example/src/routes/(protected)/dashboard/+page.svelte +++ b/svelte-kit-example/src/routes/(protected)/dashboard/+page.svelte @@ -41,7 +41,7 @@ if (!session) { on:click={() => { client.signOut({ fetchOptions: { - onSuccess: () => goto("/auth"), + onSuccess: () => goto("/"), }, }); }}>Sign Out