Spaces:
Running
Running
ya_sir
commited on
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -739,7 +739,8 @@ a = "1"
|
|
739 |
} catch (error) {
|
740 |
btn.disabled = false;
|
741 |
console.error('An error occurred:', error);
|
742 |
-
pi.innerText = '
|
|
|
743 |
}
|
744 |
}
|
745 |
|
|
|
739 |
} catch (error) {
|
740 |
btn.disabled = false;
|
741 |
console.error('An error occurred:', error);
|
742 |
+
pi.innerText = 'reCaptcha human verification failed ❌ user is suspected to be bot ';
|
743 |
+
pi.style.color = "white"
|
744 |
}
|
745 |
}
|
746 |
|