Skip to content

Commit 9378477

Browse files
authored
Update and rename recaptcha.html to recaptcha1.html
1 parent eedc500 commit 9378477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recaptcha.html renamed to recaptcha1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<title>reCAPTCHA v3 Triggered by Native</title>
5-
<script src="https://www.google.com/recaptcha/api.js?render=6Lf0Vh8rAAAAAHe2eKBCN1RtGXTIJn3SEuPdleGJ"></script>
5+
<script src="https://www.google.com/recaptcha/api.js?render=6LecQh8rAAAAAChj34bWdqwN52gPlQGKqQMJ4iN1"></script>
66
<script>
77
function runRecaptcha() {
88
grecaptcha.ready(function () {
9-
grecaptcha.execute('6Lf0Vh8rAAAAAHe2eKBCN1RtGXTIJn3SEuPdleGJ', { action: 'from_native_button' }).then(function (token) {
9+
grecaptcha.execute('6LecQh8rAAAAAChj34bWdqwN52gPlQGKqQMJ4iN1', { action: 'from_native_button' }).then(function (token) {
1010
Android.onTokenReceived(token); // Send token to Android
1111
});
1212
});

0 commit comments

Comments
 (0)