mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -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>([
|
||||
'mauLimit',
|
||||
'machineToMachineLimit',
|
||||
'thirdPartyApplicationsLimit',
|
||||
'rolesLimit',
|
||||
'scopesPerRoleLimit',
|
||||
'mfaEnabled',
|
||||
|
|
Loading…
Reference in a new issue