Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit ac51bf0

Browse files
committed
Merge branch 'master' into develop
2 parents 05eff1c + fc55b06 commit ac51bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReCaptchaBuilderV3.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ public function htmlScriptTagJsApi(?array $configuration = []): string
6666
$js_callback_catch = ($js_callback_catch) ? "{$js_callback_catch}(err)" : '';
6767

6868
$validate_function = "
69-
fetch('/" . config(
69+
fetch('" . url(config(
7070
'recaptcha.default_validation_route',
7171
'biscolab-recaptcha/validate'
72-
) . "?" . config(
72+
)) . "?" . config(
7373
'recaptcha.default_token_parameter_name',
7474
'token'
7575
) . "=' + token, {

0 commit comments

Comments
 (0)