diff --git a/frontend/src/services/auth/auth-service.ts b/frontend/src/services/auth/auth-service.ts index 03ec8e54..2b3d2807 100644 --- a/frontend/src/services/auth/auth-service.ts +++ b/frontend/src/services/auth/auth-service.ts @@ -44,7 +44,6 @@ async function loadUser(): Promise { return user; } - const isLoggedIn = computed(() => authState.user !== null); /**