change html-insert in templates to mosparo's need

This commit is contained in:
Jakobus Schürz 2024-02-17 14:08:16 +01:00
parent ada26fd750
commit d94b801c96

View file

@ -44,7 +44,7 @@ To show the hCaptcha you need to modify the registration template. You can find
window.onload = function(){ window.onload = function(){
m = new mosparo( m = new mosparo(
'mosparo-box', 'mosparo-box',
'${mosparoHost}', 'https://${mosparoHost}',
'${mosparoUuid}', '${mosparoUuid}',
'${mosparoPublicKey}', '${mosparoPublicKey}',
{ loadCssResource: true } { loadCssResource: true }
@ -54,6 +54,7 @@ To show the hCaptcha you need to modify the registration template. You can find
</div> </div>
</div> </div>
</#if> </#if>
``` ```
Registration Template Registration Template