forked from baron/baron-sso
adminfront profile 접근 에러
This commit is contained in:
@@ -387,7 +387,7 @@ function TenantListPage() {
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
profileRole === "tenant_admin" &&
|
profileRole === "tenant_admin" &&
|
||||||
(profile.manageableTenants?.length ?? 0) <= 1
|
(profile?.manageableTenants?.length ?? 0) <= 1
|
||||||
) {
|
) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user