aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/routes/(main)/+layout.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/routes/(main)/+layout.svelte')
-rw-r--r--apps/kit/src/routes/(main)/+layout.svelte2
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 7b0aad1..ec50c4b 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("/signin");
+ await goto("/sign-in");
}
}