Skip to content

Commit

Permalink
fix: disabled try another way link in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Dec 5, 2024
1 parent 0b84518 commit debeb5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@

<#nested "form">

<#if auth?has_content && auth.showTryAnotherWayLink()>
<#-- <#if auth?has_content && auth.showTryAnotherWayLink()>
<form id="kc-select-try-another-way-form" action="${url.loginAction}" method="post">
<div class="${properties.kcFormGroupClass!}">
<input type="hidden" name="tryAnotherWay" value="on"/>
<a href="#" id="try-another-way"
onclick="document.forms['kc-select-try-another-way-form'].submit();return false;">${msg("doTryAnotherWay")}</a>
</div>
</form>
</#if>
</#if> --/>
<#nested "socialProviders">
Expand Down

0 comments on commit debeb5e

Please sign in to comment.