From 39b915aa236e516da078ffb7a148d4924870292f Mon Sep 17 00:00:00 2001 From: Xiao Yijun Date: Fri, 22 Dec 2023 16:32:05 +0800 Subject: [PATCH] refactor(console): update plan comparison table (#5143) --- packages/console/src/consts/plan-quotas.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/console/src/consts/plan-quotas.ts b/packages/console/src/consts/plan-quotas.ts index 7939f93e5..c95d0c1e6 100644 --- a/packages/console/src/consts/plan-quotas.ts +++ b/packages/console/src/consts/plan-quotas.ts @@ -178,14 +178,15 @@ export const planTableGroupKeyMap: SubscriptionPlanTableGroupKeyMap = Object.fre 'i18nEnabled', ], [SubscriptionPlanTableGroupKey.userAuthentication]: [ - 'mfaEnabled', 'omniSignInEnabled', 'passwordSignInEnabled', 'passwordlessSignInEnabled', 'emailConnectorsEnabled', 'smsConnectorsEnabled', 'socialConnectorsLimit', - 'standardConnectorsLimit', + // Todo @xiaoyijun [Pricing] Remove feature flag + ...condArray(!isDevelopmentFeaturesEnabled && 'standardConnectorsLimit'), + 'mfaEnabled', 'ssoEnabled', ], [SubscriptionPlanTableGroupKey.roles]: [