From d94b801c965b72bb3286e14690b0b631ab137d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sat, 17 Feb 2024 14:08:16 +0100 Subject: [PATCH] change html-insert in templates to mosparo's need --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdd27ab..25260bd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To show the hCaptcha you need to modify the registration template. You can find window.onload = function(){ m = new mosparo( 'mosparo-box', - '${mosparoHost}', + 'https://${mosparoHost}', '${mosparoUuid}', '${mosparoPublicKey}', { loadCssResource: true } @@ -54,6 +54,7 @@ To show the hCaptcha you need to modify the registration template. You can find + ``` Registration Template