feat: add real account workspace controls
This commit is contained in:
@@ -9,6 +9,7 @@ export async function GET(): Promise<Response> {
|
||||
return jsonSuccess("Session loaded", {
|
||||
account: context?.account ?? null,
|
||||
organization: context?.organization ?? null,
|
||||
organizations: context?.organizations ?? [],
|
||||
membership: context?.membership ?? null,
|
||||
permissions: context?.permissions ?? [],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user