diff --git a/static/js/signup.js b/static/js/signup.js index 1e36e0f..5a00d08 100644 --- a/static/js/signup.js +++ b/static/js/signup.js @@ -115,7 +115,7 @@ signupButton.addEventListener("click", () => { } else if (response.status === 429) { statusBox.innerText = "Please don't sign up to new accounts that quickly. If you are using a VPN, please turn it off!" showElements(true) - else { + } else { statusBox.innerText = "Something went wrong! (error code: " + response.status + ")" showElements(true) }