diff --git a/frontend/src/pages/organization/AccessManagementPage/components/OrgIdentityTab/components/IdentitySection/IdentitySection.tsx b/frontend/src/pages/organization/AccessManagementPage/components/OrgIdentityTab/components/IdentitySection/IdentitySection.tsx index 791fdb716..bd95bdd86 100644 --- a/frontend/src/pages/organization/AccessManagementPage/components/OrgIdentityTab/components/IdentitySection/IdentitySection.tsx +++ b/frontend/src/pages/organization/AccessManagementPage/components/OrgIdentityTab/components/IdentitySection/IdentitySection.tsx @@ -181,7 +181,7 @@ export const IdentitySection = withPermission( type="submit" leftIcon={} onClick={() => { - if (subscription && !subscription.kmip) { + if (subscription && !subscription.machineIdentityAuthTemplates) { handlePopUpOpen("upgradePlan"); return; }