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:
parent
e6f06cbbb7
commit
92f47ef7da
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export enum ReservedPlanId {
|
||||||
* @deprecated
|
* @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`.
|
* 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',
|
Development = 'dev',
|
||||||
/**
|
/**
|
||||||
* This plan ID is reserved for Admin tenant.
|
* This plan ID is reserved for Admin tenant.
|
||||||
|
|
Loading…
Reference in a new issue