Skip to content

Commit

Permalink
fix: comments in login template
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Dec 5, 2024
1 parent 545f100 commit c41304d
Showing 1 changed file with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,18 @@

<#nested "form">

<#-- <#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 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> -->

<#nested "socialProviders">
<#nested "socialProviders">

<#if displayInfo>
<div id="kc-info" class="${properties.kcSignUpClass!}">
Expand Down

0 comments on commit c41304d

Please sign in to comment.