feat(frontend): Add organization creation, deletion, add better-auth organization plugin
This commit is contained in:
@@ -83,6 +83,11 @@ const items = computed<DropdownMenuItem[][]>(() => [
|
||||
label: 'Profile',
|
||||
icon: 'i-lucide-user'
|
||||
},
|
||||
{
|
||||
label: 'Administration',
|
||||
icon: 'i-lucide-user',
|
||||
to: '/administration'
|
||||
},
|
||||
{
|
||||
label: 'Settings',
|
||||
icon: 'i-lucide-settings',
|
||||
|
||||
Reference in New Issue
Block a user