Skip to content

Commit

Permalink
feat(console): add impersonation price item
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsijie committed Jul 18, 2024
1 parent ca73d31 commit eb9c3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function PlanComparisonTable() {
const mfaPrice = t('monthly_price', { value: 48 });
const orgPrice = t('monthly_price', { value: 48 });
const adaptiveMfa = t('user_authn.adaptive_mfa');
const impersonation = t('user_authn.impersonation');

// User management
const userManagement = t('user_management.user_management');
Expand Down Expand Up @@ -203,6 +204,7 @@ function PlanComparisonTable() {
name: adaptiveMfa,
data: ['-', comingSoon, contact],
},
{ name: impersonation, data: ['-', '✓', '✓'] },
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const quota_table = {
mfa: 'Multi-factor authentication',
sso: 'Enterprise SSO',
adaptive_mfa: 'Adaptive MFA',
impersonation: 'Impersonation',
},
user_management: {
title: 'User management',
Expand Down

0 comments on commit eb9c3e4

Please sign in to comment.