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.
2 parents a5c7d8a + 8d5f31d commit 54bdad6Copy full SHA for 54bdad6
resources/views/googlerecaptchav3/template.blade.php
@@ -51,7 +51,7 @@ function onloadCallback() {
51
@endforeach
52
}
53
</script>
54
- <script id='gReCaptchaScript' src="{{$apiJsUrl}}?render=explicit&onload=onloadCallback"
+ <script id='gReCaptchaScript' src="{{$apiJsUrl}}?render={{$inline ? 'explicit' : $publicKey}}&onload=onloadCallback"
55
defer
56
async {!! $nonce !!}></script>
57
@endif
0 commit comments