Skip to content

Commit

Permalink
Merge pull request #2733 from ThaminduDilshan/thamindu-004
Browse files Browse the repository at this point in the history
Fix Formatting Issue in Authentication Portal Context Params
  • Loading branch information
sumedhe authored Nov 22, 2021
2 parents 8f18f44 + c2648ae commit 364a984
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
{% if authenticationendpoint.context_params is defined %}
{% for key, value in authenticationendpoint.context_params.items() %}
<context-param>
<param-name>{{key}}</param-name>
<param-value>"{{value}}"</param-value>
<param-name>{{ key }}</param-name>
<param-value>{{ value }}</param-value>
</context-param>
{% endfor %}
{% endif %}
Expand Down

0 comments on commit 364a984

Please sign in to comment.