From 83a29e72888bf0329ec24303aa35a1577d8b4ecb Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 28 Sep 2022 23:36:04 +0800 Subject: refactor: Rename to signin --- apps/kit/src/routes/(main)/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/kit/src/routes/(main)/+layout.svelte') 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"); } } -- cgit v1.3