fix: authChecked를 $state로 변경 (반응성 복원)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user