mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
feat(console): add impersonation price item (#6269)
This commit is contained in:
parent
4ac4f8cdb4
commit
156f5f5af4
2 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
|
@ -203,6 +204,7 @@ function PlanComparisonTable() {
|
|||
name: adaptiveMfa,
|
||||
data: ['-', comingSoon, contact],
|
||||
},
|
||||
{ name: impersonation, data: ['-', '✓', '✓'] },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue