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 5e34272 commit fc79154Copy full SHA for fc79154
index.html
@@ -8,7 +8,7 @@
8
<script src="https://www.google.com/recaptcha/api.js?render=6LfP37MUAAAAALe9La_9u9u67KPpN4MFy-K34r48"></script>
9
<script>
10
grecaptcha.ready(function() {
11
- console.log(" CSK gre captcha working ", grecaptcha, grecaptcha.execute);
+ console.log(" grecaptcha ready ", grecaptcha, grecaptcha.execute);
12
grecaptcha.execute('6LfP37MUAAAAALe9La_9u9u67KPpN4MFy-K34r48', {action: 'login'}).then(function(token) {
13
console.log(' CSK working on ', token);
14
})
0 commit comments