aggio numtransaction

This commit is contained in:
Surya Paolo
2024-01-09 08:34:28 +01:00
parent db81980046
commit 7ea6c2a76b
6 changed files with 87 additions and 3 deletions

View File

@@ -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 });
});
});