Skip to content

Commit

Permalink
Remove the trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malith-19 committed Jan 3, 2025
1 parent 78cb220 commit 22e2d3b
Showing 1 changed file with 1 addition and 1 deletion.
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 22e2d3b

Please sign in to comment.