Fix some bugs
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
"realm": {
|
||||
"loginWithEmailAllowed": ${realm.loginWithEmailAllowed?c},
|
||||
"rememberMe": ${realm.rememberMe?c},
|
||||
"resetPasswordAllowed": ${realm.resetPasswordAllowed?c}
|
||||
"resetPasswordAllowed": ${realm.resetPasswordAllowed?c},
|
||||
"registrationAllowed": ${realm.registrationAllowed?c}
|
||||
},
|
||||
"auth": (function (){
|
||||
|
||||
@ -76,6 +77,6 @@
|
||||
</#if>
|
||||
return false;
|
||||
|
||||
})
|
||||
})()
|
||||
}
|
||||
</script>
|
@ -32,7 +32,7 @@
|
||||
</#if>
|
||||
return false;
|
||||
|
||||
}),
|
||||
})(),
|
||||
"recaptchaRequired": (function (){
|
||||
|
||||
<#if passwordRequired??>
|
||||
@ -40,7 +40,7 @@
|
||||
</#if>
|
||||
return false;
|
||||
|
||||
}),
|
||||
})(),
|
||||
"recaptchaSiteKey": "${recaptchaSiteKey}"
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user