Skip to content

Commit

Permalink
Merge pull request #77 from alr2413/master
Browse files Browse the repository at this point in the history
Enable callback functionality
  • Loading branch information
RyanDaDeng committed Feb 19, 2021
2 parents 0dd9ccb + fb48e5b commit 6695bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/googlerecaptchav3/template.blade.php
Expand Up @@ -39,7 +39,7 @@ function onloadCallback() {
@if($inline===true) 'badge': 'inline', @endif
'size': 'invisible',
'hl': '{{$language}}',
'callback': function() {}
//'callback': function() {}
});
grecaptcha.ready(function () {
grecaptcha.execute(client{{$field}}, {
Expand Down

0 comments on commit 6695bb3

Please sign in to comment.