Skip to content

Commit 3307e20

Browse files
authored
Update and rename recaptcha1.html to recaptcha2.html
1 parent 9378477 commit 3307e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recaptcha1.html renamed to recaptcha2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script>
77
function runRecaptcha() {
88
grecaptcha.ready(function () {
9-
grecaptcha.execute('6LecQh8rAAAAAChj34bWdqwN52gPlQGKqQMJ4iN1', { action: 'from_native_button' }).then(function (token) {
9+
grecaptcha.execute('6LecQh8rAAAAAChj34bWdqwN52gPlQGKqQMJ4iN1', { action: 'LOGIN' }).then(function (token) {
1010
Android.onTokenReceived(token); // Send token to Android
1111
});
1212
});

0 commit comments

Comments
 (0)