Skip to content

Commit

Permalink
Fix missing closing parentheses dev-portal-json.md (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkraenz authored Dec 16, 2024
1 parent aa44ef7 commit 3d22ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/dev-portal-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ environment variables.
"authentication": {
"issuer": "$env(ZUPLO_PUBLIC_OKTA_ISSUER)",
"provider": "okta",
"clientId": "$env(ZUPLO_PUBLIC_OKTA_CLIENT_ID",
"clientId": "$env(ZUPLO_PUBLIC_OKTA_CLIENT_ID)",
"audience": "api://my-api"
}
}
Expand Down

0 comments on commit 3d22ca9

Please sign in to comment.