Forgot one character
This commit is contained in:
parent
3389ca6e38
commit
33f0517a9d
|
@ -115,7 +115,7 @@ signupButton.addEventListener("click", () => {
|
||||||
} else if (response.status === 429) {
|
} 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!"
|
statusBox.innerText = "Please don't sign up to new accounts that quickly. If you are using a VPN, please turn it off!"
|
||||||
showElements(true)
|
showElements(true)
|
||||||
else {
|
} else {
|
||||||
statusBox.innerText = "Something went wrong! (error code: " + response.status + ")"
|
statusBox.innerText = "Something went wrong! (error code: " + response.status + ")"
|
||||||
showElements(true)
|
showElements(true)
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue