Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Mar 24, 2024
1 parent 3a8d7af commit da8dfbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 2023/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,9 @@ function login(token) {
} else if (data.message.includes("captcha")) {
alert_bulma("Incorrect captcha. Refresh and try again, if the issue persists make sure nothing blocks ReCaptcha");
return;
} else if (data.message.includes("IP")) {
alert_bulma("Your IP address is considered malicious. If you're not doing anything wrong, change your network (e.g. to Wi-Fi or mobile data) or restart your router");
return;
} else if (data.message.includes("banned")) {
document.getElementsByTagName('html')[0].remove();
return;
Expand Down

0 comments on commit da8dfbb

Please sign in to comment.