Revert "feat: CAPTCHA session ID"

This reverts commit 12c7473e
This commit is contained in:
Roi Feng
2025-02-25 13:07:47 -05:00
parent 2081abf335
commit eaec9574b2
6 changed files with 4 additions and 61 deletions

View File

@ -66,11 +66,6 @@
+ "您未能通过人机验证,请刷新页面后重试。");
window.location.reload();
break;
case "timeout":
alert("Verification timeout, please refresh the page and try again.\n"
+ "验证超时,请刷新页面后重试。");
window.location.reload();
break;
default:
alert("Unexpected error occurred, please refresh the page and try again.\n"
+ "发生了意料之外的错误,请刷新页面后重试。");