change html-insert in templates to mosparo's need
This commit is contained in:
parent
ada26fd750
commit
d94b801c96
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue