Skip to content

Commit

Permalink
feat(jans-auth): Remove copyright footer (#10666)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem authored Jan 16, 2025
1 parent 9f9ae8a commit 474661c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<li>
<table>
<tr>
<td><span class="user"><i
class="fa fa-user-circle"></i></span></td>
<td><span class="user"><!--<i
class="fa fa-user-circle"></i> --></span></td>
<td><h:outputText value="#{_scope.description}" /></td>
</tr>
</table>
Expand Down Expand Up @@ -132,10 +132,6 @@
<ui:insert name="controlButttons" />
</div>
</div>
<center>
#{msgs['common.copyright']} <a href="http://www.gluu.org">Gluu</a>.
#{msgs['common.allRightsReserved']}
</center>
</div>
</h:form>
</ui:define>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
xmlns:h="http://xmlns.jcp.org/jsf/html"
template="/WEB-INF/incl/layout/authorize-extended-template.xhtml">
<f:metadata>
<f:viewAction action="#{authorizeAction.checkUiLocales}"/>
<f:viewAction action="#{consentGatherer.prepareForStep}"/>
</f:metadata>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
xmlns:h="http://xmlns.jcp.org/jsf/html"
template="/WEB-INF/incl/layout/authorize-extended-template.xhtml">
<f:metadata>
<f:viewAction action="#{authorizeAction.checkUiLocales}" />
<f:viewAction action="#{consentGatherer.prepareForStep}"/>
</f:metadata>

Expand Down

0 comments on commit 474661c

Please sign in to comment.