fix syntax error
This commit is contained in:
parent
072e22d072
commit
f90dc8bc7e
@ -334,7 +334,7 @@ function decodeHtmlEntities(htmlStr){
|
|||||||
<#list fieldNames as fieldName>
|
<#list fieldNames as fieldName>
|
||||||
|
|
||||||
<#-- See: https://github.com/keycloakify/keycloakify/issues/217 -->
|
<#-- See: https://github.com/keycloakify/keycloakify/issues/217 -->
|
||||||
<#if pageId === "login.ftl" >
|
<#if pageId == "login.ftl" >
|
||||||
|
|
||||||
<#if fieldName == "username">
|
<#if fieldName == "username">
|
||||||
|
|
||||||
@ -382,7 +382,7 @@ function decodeHtmlEntities(htmlStr){
|
|||||||
<#list fieldNames as fieldName>
|
<#list fieldNames as fieldName>
|
||||||
|
|
||||||
<#-- See: https://github.com/keycloakify/keycloakify/issues/217 -->
|
<#-- See: https://github.com/keycloakify/keycloakify/issues/217 -->
|
||||||
<#if pageId === "login.ftl" >
|
<#if pageId == "login.ftl" >
|
||||||
<#if fieldName == "username">
|
<#if fieldName == "username">
|
||||||
|
|
||||||
<#local jsFunctionCode += "if(fieldName === 'username' || fieldName === 'password' ){ ">
|
<#local jsFunctionCode += "if(fieldName === 'username' || fieldName === 'password' ){ ">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user