diff --git a/app/components/AppShell.vue b/app/components/AppShell.vue index b3d778c..08cf7b2 100644 --- a/app/components/AppShell.vue +++ b/app/components/AppShell.vue @@ -44,6 +44,8 @@ const menuItems = [ }, ], ] + +const { allowRegister } = useGlobalConfig()