We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5eb199 commit d5ac5dcCopy full SHA for d5ac5dc
src/GoogleReCaptchaV3.php
@@ -69,6 +69,7 @@ public function prepareBackgroundViewData()
69
return [
70
'publicKey' => $this->getConfig()->getSiteKey(),
71
'display' => $this->getConfig()->getBackgroundBadgeDisplay(),
72
+ 'apiJsUrl' => $this->getConfig()->getApiJsUrl(),
73
];
74
}
75
@@ -83,6 +84,7 @@ public function init()
83
84
$default = [
85
'hasAction' => self::$hasAction,
86
'backgroundMode' => $this->getConfig()->shouldEnableBackgroundMode(),
87
88
89
90
return app('view')->make($this->getView(), array_merge($this->prepareData(), $default));
0 commit comments