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 09786ab commit 79ae056Copy full SHA for 79ae056
resources/views/googlerecaptchav3/template.blade.php
@@ -38,8 +38,7 @@ function onloadCallback() {
38
'sitekey': '{{$publicKey}}',
39
@if($inline===true) 'badge': 'inline', @endif
40
'size': 'invisible',
41
- 'hl': '{{$language}}',
42
- //'callback': function() {}
+ 'hl': '{{$language}}'
43
});
44
grecaptcha.ready(function () {
45
grecaptcha.execute(client{{$field}}, {
0 commit comments