Remove redundant 'permissions' field from logout navigation item

This commit is contained in:
Jeppe Bundgaard
2026-03-02 14:47:12 +01:00
parent f8faf6ec5c
commit 18ab5cb449
@@ -86,7 +86,6 @@ const items = computed<NavigationItemProps[]>(() => [
label: t('nav.logout'),
to: `/logout`,
type: 'link',
permissions: ['user'],
hidden: !SessionUser.authenticated.value
},
]);