Skip to content

Commit 79ae056

Browse files
authored
Update template.blade.php
1 parent 09786ab commit 79ae056

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/googlerecaptchav3/template.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ function onloadCallback() {
3838
'sitekey': '{{$publicKey}}',
3939
@if($inline===true) 'badge': 'inline', @endif
4040
'size': 'invisible',
41-
'hl': '{{$language}}',
42-
//'callback': function() {}
41+
'hl': '{{$language}}'
4342
});
4443
grecaptcha.ready(function () {
4544
grecaptcha.execute(client{{$field}}, {

0 commit comments

Comments
 (0)