Skip to content

Commit

Permalink
Merge pull request #7249 from Malith-19/fix-trailing-comma-in-deploym…
Browse files Browse the repository at this point in the history
…ent-config

Fix the trailing comma in deployment config.
  • Loading branch information
JayaShakthi97 authored Jan 3, 2025
2 parents 78cb220 + f694f8f commit 01a175e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twenty-timers-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/console": patch
---

Remove the trailing comma in deployment config file.
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@
{% endif %}
"passwordPolicyConfigs": {
{% if identity_mgt.password_policy.max_password_allowed_length is defined %}
"maxPasswordAllowedLength": {{ identity_mgt.password_policy.max_password_allowed_length }},
"maxPasswordAllowedLength": {{ identity_mgt.password_policy.max_password_allowed_length }}
{% else %}
"maxPasswordAllowedLength": 64
{% endif %}
Expand Down

0 comments on commit 01a175e

Please sign in to comment.