diff --git a/frontend/src/App.vue b/frontend/src/App.vue index c592a5d7..d4cbafde 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -12,7 +12,7 @@ } const showMenuBar = computed(() => - (route.meta as RouteMeta).requiresAuth in [false, undefined] + (route.meta as RouteMeta).requiresAuth && auth.authState.user )