bla
This commit is contained in:
parent
68ffd6188e
commit
baf4e39b6a
1 changed files with 5 additions and 0 deletions
5
index.js
5
index.js
|
@ -127,6 +127,11 @@ fastify.post('/login', async (request, reply) => {
|
|||
why: "Wrong username or password"
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return {
|
||||
success: false,
|
||||
why: "Wrong username or password"
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue