mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(console): update pricing plan items for jwt claims (#5672)
This commit is contained in:
parent
2a839ec72a
commit
637c971eb0
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ function PlanComparisonTable() {
|
|||
rows: [
|
||||
{ name: webhooks, data: ['1', '10', contact] },
|
||||
{ name: auditLogRetention, data: [freePlanLogRetention, paidPlanLogRetention, contact] },
|
||||
{ name: jwtClaims, data: ['✓', '✓', '✓'] },
|
||||
{ name: jwtClaims, data: ['-', comingSoon, comingSoon] },
|
||||
{
|
||||
name: tenantMembers,
|
||||
data: [
|
||||
|
|
Loading…
Reference in a new issue