feature: a minimal implementation of staff management is done.

This commit is contained in:
2026-04-30 00:52:05 +03:30
parent d19da80d8e
commit c39bd872bd
26 changed files with 1361 additions and 26 deletions

View File

@@ -751,6 +751,7 @@ export class AuthService {
name: membership.organization.name,
type: membership.organization.type.name,
isOwner: membership.isOwner,
permissions,
plan: membership.organization.plan
? {
name: membership.organization.plan.name,
@@ -758,7 +759,6 @@ export class AuthService {
}
: undefined,
},
permissions,
},
};
}