Skip to content

Commit

Permalink
Enable the button only if saml is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Sae126V committed Nov 17, 2023
1 parent c47cfb6 commit 71bf308
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@
Not a member?
</div>
<a class="btn btn-success btn-block" href="/start-registration">Apply for an account</a>
<a class="btn btn-success btn-block" href="/saml/login">Apply for an account with eduGAIN</a>
<c:if test="${loginPageConfiguration.samlEnabled}">
<a class="btn btn-success btn-block" href="/saml/login">Apply for an account with eduGAIN</a>
</c:if>
</div>
</c:if>

Expand Down

0 comments on commit 71bf308

Please sign in to comment.