feat(frontend): Add organization creation, deletion, add better-auth organization plugin

This commit is contained in:
2025-04-06 09:35:15 +02:00
parent 99d3b28381
commit eed4b673c0
11 changed files with 496 additions and 14 deletions

View File

@@ -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',