0
Fork 0
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:
simeng-li 2024-01-31 13:52:08 +08:00 committed by GitHub
parent db2d10a2a8
commit c65b36565a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ import * as styles from './index.module.scss';
const featuredQuotaKeys = new Set<keyof SubscriptionPlanQuota>([
'mauLimit',
'machineToMachineLimit',
'thirdPartyApplicationsLimit',
'rolesLimit',
'scopesPerRoleLimit',
'mfaEnabled',