We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedc500 commit 9378477Copy full SHA for 9378477
1 file changed
recaptcha.html recaptcha1.htmlrecaptcha.html renamed to recaptcha1.html
@@ -2,11 +2,11 @@
2
<html>
3
<head>
4
<title>reCAPTCHA v3 Triggered by Native</title>
5
- <script src="https://www.google.com/recaptcha/api.js?render=6Lf0Vh8rAAAAAHe2eKBCN1RtGXTIJn3SEuPdleGJ"></script>
+ <script src="https://www.google.com/recaptcha/api.js?render=6LecQh8rAAAAAChj34bWdqwN52gPlQGKqQMJ4iN1"></script>
6
<script>
7
function runRecaptcha() {
8
grecaptcha.ready(function () {
9
- grecaptcha.execute('6Lf0Vh8rAAAAAHe2eKBCN1RtGXTIJn3SEuPdleGJ', { action: 'from_native_button' }).then(function (token) {
+ grecaptcha.execute('6LecQh8rAAAAAChj34bWdqwN52gPlQGKqQMJ4iN1', { action: 'from_native_button' }).then(function (token) {
10
Android.onTokenReceived(token); // Send token to Android
11
});
12
0 commit comments