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

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"type": "chrome",
"request": "launch",
"name": "client: chrome",
"url": "http://localhost:3000",
"url": "http://localhost:3001",
"webRoot": "${workspaceFolder}/legalconsenthub"
},
{