From 1a207be26119102a448ecd3e15fcf9ab56e98880 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Fri, 3 Apr 2026 09:03:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20authChecked=EB=A5=BC=20$state=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD=20(=EB=B0=98=EC=9D=91=EC=84=B1=20?= =?UTF-8?q?=EB=B3=B5=EC=9B=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 3ab1673..c26491d 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -10,7 +10,7 @@ const PUBLIC_PATHS = ['/login', '/setup']; const NO_SIDEBAR_PATHS = ['/login', '/setup']; - let authChecked = false; + let authChecked = $state(false); let sidebarOpen = $state(false); onMount(async () => {