Started main page ui
This commit is contained in:
@@ -16,7 +16,7 @@ async function login() {
|
||||
});
|
||||
// if failed red button
|
||||
// else switch screen
|
||||
if (response.status != 200) {
|
||||
if (response.status !== 200) {
|
||||
document.getElementById("loginSubmit").classList.add("error");
|
||||
} else {
|
||||
// switch screen
|
||||
|
||||
Reference in New Issue
Block a user