mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Fixed spelling on api.js
This commit is contained in:
parent
fa800b19c7
commit
78614e8f0e
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ router.post("/login", async (req, res) => {
|
|||
if (response[0].verify == 0) {
|
||||
res.status(204);
|
||||
res.json({
|
||||
message: "Sorry You havent verified your email",
|
||||
message: "Sorry You haven't verified your email",
|
||||
});
|
||||
} else {
|
||||
let token = randtoken.generate(256);
|
||||
|
|
Loading…
Reference in a new issue