This commit is contained in:
asyncnomi 2023-01-08 22:24:12 +01:00
parent 68ffd6188e
commit baf4e39b6a

View file

@ -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 {