mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor(console): update plan comparison table (#5143)
This commit is contained in:
parent
4e9d21e0f1
commit
39b915aa23
1 changed files with 3 additions and 2 deletions
|
@ -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]: [
|
||||
|
|
Loading…
Reference in a new issue