0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: rename legacy pro to grandfathered pro (#6076)

This commit is contained in:
Darcy Ye 2024-06-20 18:51:07 +08:00 committed by GitHub
parent e6f06cbbb7
commit 92f47ef7da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ export enum ReservedPlanId {
* @deprecated
* Should not use this plan ID, we only use this tag as a record for the legacy `pro` plan since we will rename the `hobby` plan to be `pro`.
*/
LegacyPro = 'legacy-pro',
GrandfatheredPro = 'grandfathered-pro',
Development = 'dev',
/**
* This plan ID is reserved for Admin tenant.