Skip to content

Commit

Permalink
fix: consent Gathering Script is not working in 4.3.0 version. #1549
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Sep 27, 2021
1 parent c8bac4e commit c406906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/src/main/webapp/authz/authorize.xhtml
Expand Up @@ -11,7 +11,7 @@
</f:metadata>

<ui:param name="_client" value="#{consentGatherer.context.client}" />
<ui:param name="_scopes" value="#{consentGatherer.scopes)}" />
<ui:param name="_scopes" value="#{consentGatherer.scopes}" />

<ui:define name="controlButttons">
<h:commandLink id="doNotAllowButton" class="button button-default"
Expand Down

0 comments on commit c406906

Please sign in to comment.