We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9378477 commit 3307e20Copy full SHA for 3307e20
recaptcha1.html recaptcha2.htmlrecaptcha1.html renamed to recaptcha2.html
@@ -6,7 +6,7 @@
6
<script>
7
function runRecaptcha() {
8
grecaptcha.ready(function () {
9
- grecaptcha.execute('6LecQh8rAAAAAChj34bWdqwN52gPlQGKqQMJ4iN1', { action: 'from_native_button' }).then(function (token) {
+ grecaptcha.execute('6LecQh8rAAAAAChj34bWdqwN52gPlQGKqQMJ4iN1', { action: 'LOGIN' }).then(function (token) {
10
Android.onTokenReceived(token); // Send token to Android
11
});
12
0 commit comments