diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-09-28 17:39:25 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-09-28 17:56:14 +0200 |
| commit | e712d51d0d00cdf7c83dc3dc36b0ae4144ed92f6 (patch) | |
| tree | 390dac9e61f432116226f0b5566d1f57cf08b473 /apps/kit/src/routes/(main)/+layout.svelte | |
| parent | 83a29e72888bf0329ec24303aa35a1577d8b4ecb (diff) | |
| download | greatoffice-e712d51d0d00cdf7c83dc3dc36b0ae4144ed92f6.tar.xz greatoffice-e712d51d0d00cdf7c83dc3dc36b0ae4144ed92f6.zip | |
refactor: Streamline public route names
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 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"); } } |
