Fix some bugs

This commit is contained in:
Joseph Garrone
2021-03-04 23:24:43 +01:00
parent 62e4af2c78
commit 533105d63a
5 changed files with 11 additions and 5 deletions

View File

@ -32,7 +32,7 @@
</#if>
return false;
}),
})(),
"recaptchaRequired": (function (){
<#if passwordRequired??>
@ -40,7 +40,7 @@
</#if>
return false;
}),
})(),
"recaptchaSiteKey": "${recaptchaSiteKey}"
}
</script>