mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
chore(console): update jwt claims status in plan comparison table (#5854)
This commit is contained in:
parent
e388c66a2e
commit
cad032a22a
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: ['-', comingSoon, comingSoon] },
|
||||
{ name: jwtClaims, data: ['-', '✓', contact] },
|
||||
{
|
||||
name: tenantMembers,
|
||||
data: [
|
||||
|
|
Loading…
Add table
Reference in a new issue