diff options
Diffstat (limited to 'apps/kit/src/routes/(main)/+layout.svelte')
| -rw-r--r-- | apps/kit/src/routes/(main)/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/kit/src/routes/(main)/+layout.svelte b/apps/kit/src/routes/(main)/+layout.svelte index b2b4818..7b0aad1 100644 --- a/apps/kit/src/routes/(main)/+layout.svelte +++ b/apps/kit/src/routes/(main)/+layout.svelte @@ -24,7 +24,7 @@ if (sessionIsValid && isPublicRoute) { await goto("/home"); } else if (!sessionIsValid && !isPublicRoute) { - await goto("/login"); + await goto("/signin"); } } |
