1
0
forked from baron/baron-sso

orgfront 앱 코드

This commit is contained in:
2026-05-07 10:57:31 +09:00
parent 5615e9a4fb
commit 629a1fe9a4
5 changed files with 18 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ function getUserTenantSlug(user: UserSummary) {
}
function isOrgFrontTenantType(tenant: TenantSummary) {
return ["COMPANY_GROUP", "COMPANY", "ORGANIZATION"].includes(
return ["COMPANY_GROUP", "COMPANY", "ORGANIZATION", "USER_GROUP"].includes(
tenant.type.toUpperCase(),
);
}