fix(frontend): Problem opgelost waardoor de menubalk niet meer getoond werd.

This commit is contained in:
Gerald Schmittinger 2025-03-25 22:03:08 +01:00
parent be654fa760
commit b7d2f9b364

View file

@ -12,7 +12,7 @@
}
const showMenuBar = computed(() =>
(route.meta as RouteMeta).requiresAuth in [false, undefined]
(route.meta as RouteMeta).requiresAuth
&& auth.authState.user
)
</script>