1
0
forked from baron/baron-sso

adminfront profile 접근 에러

This commit is contained in:
2026-05-14 11:07:28 +09:00
parent 79f5ace7ef
commit 258c91a740

View File

@@ -387,7 +387,7 @@ function TenantListPage() {
if (
profileRole === "tenant_admin" &&
(profile.manageableTenants?.length ?? 0) <= 1
(profile?.manageableTenants?.length ?? 0) <= 1
) {
return null;
}