mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 18:36:20 +01:00
Fixed spelling in index.js
This commit is contained in:
parent
78614e8f0e
commit
796ca77d17
1 changed files with 3 additions and 3 deletions
|
@ -48,17 +48,17 @@ router
|
||||||
} else if (data[0] == 204) {
|
} else if (data[0] == 204) {
|
||||||
res.render("pages/login", {
|
res.render("pages/login", {
|
||||||
companyName: "SALAH",
|
companyName: "SALAH",
|
||||||
error: "Please confirm your email",
|
error: "Please confim your account by checking your email",
|
||||||
});
|
});
|
||||||
} else if (data[0] == 205) {
|
} else if (data[0] == 205) {
|
||||||
res.render("pages/login", {
|
res.render("pages/login", {
|
||||||
companyName: "SALAH",
|
companyName: "SALAH",
|
||||||
error: "Sorry Your email is not registered in our system",
|
error: "The Email you provided is not registered in our website",
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
res.render("pages/login", {
|
res.render("pages/login", {
|
||||||
companyName: "SALAH",
|
companyName: "SALAH",
|
||||||
error: "Invalid Email or Password",
|
error: "Wrong Email or Password",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue