summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-05-01 15:50:48 +0800
committeraltaf-creator <dev@altafcreator.com>2026-05-01 15:50:48 +0800
commit4ea4ca8889c0bc8a7a8c490f0fad7a887e52a6c6 (patch)
tree2d92c8e85f930311034398f522919fbc68de694a
parent8c730d5691e19e64d59f68ec1ae2f7484f52ce21 (diff)
remove alert
-rw-r--r--www/scripts/captcha.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/scripts/captcha.js b/www/scripts/captcha.js
index 3095155..e0ebf96 100644
--- a/www/scripts/captcha.js
+++ b/www/scripts/captcha.js
@@ -10,8 +10,6 @@ async function onTurnstileSuccess(token) {
const result = await response.json();
if (result.status) {
- alert(result);
} else {
- alert("fail");
}
}