mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
feat(console): update the tenant creation plan modal (#5350)
update the tenant creation plan modal
This commit is contained in:
parent
db2d10a2a8
commit
c65b36565a
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ import * as styles from './index.module.scss';
|
||||||
const featuredQuotaKeys = new Set<keyof SubscriptionPlanQuota>([
|
const featuredQuotaKeys = new Set<keyof SubscriptionPlanQuota>([
|
||||||
'mauLimit',
|
'mauLimit',
|
||||||
'machineToMachineLimit',
|
'machineToMachineLimit',
|
||||||
|
'thirdPartyApplicationsLimit',
|
||||||
'rolesLimit',
|
'rolesLimit',
|
||||||
'scopesPerRoleLimit',
|
'scopesPerRoleLimit',
|
||||||
'mfaEnabled',
|
'mfaEnabled',
|
||||||
|
|
Loading…
Reference in a new issue