summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}
}