aggio numtransaction
This commit is contained in:
@@ -646,7 +646,7 @@ router.post('/login', (req, res) => {
|
||||
console.error('ERRORE IN LOGIN: ' + e.message);
|
||||
if (!resalreadysent)
|
||||
res.status(400).
|
||||
send({ code: server_constants.RIS_CODE_LOGIN_ERR_GENERIC });
|
||||
send({ code: server_constants.RIS_CODE_LOGIN_ERR_GENERIC, msgerr: e.message });
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user