Spaces:
Running
Running
ya_sir
commited on
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -704,8 +704,8 @@ if(selectedStyle.value == '1:2'){
|
|
704 |
},
|
705 |
body: JSON.stringify(params)
|
706 |
});
|
707 |
-
if (response.status ===
|
708 |
-
pi.innerText = '
|
709 |
}
|
710 |
|
711 |
cn = false
|
|
|
704 |
},
|
705 |
body: JSON.stringify(params)
|
706 |
});
|
707 |
+
if (response.status === 400) {
|
708 |
+
pi.innerText = 'reCaptcha human validation failed ⭕ user is suspected to be bot ';
|
709 |
}
|
710 |
|
711 |
cn = false
|