Remove redundant 'permissions' field from logout navigation item
This commit is contained in:
@@ -86,7 +86,6 @@ const items = computed<NavigationItemProps[]>(() => [
|
||||
label: t('nav.logout'),
|
||||
to: `/logout`,
|
||||
type: 'link',
|
||||
permissions: ['user'],
|
||||
hidden: !SessionUser.authenticated.value
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user