From 33f0517a9d0fc25dc621f441426caf2d4d910fc5 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Sat, 13 Jul 2024 17:33:57 +0100 Subject: [PATCH] Forgot one character --- static/js/signup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }