aggiornamento scontistica, corretto errori
This commit is contained in:
@@ -566,8 +566,7 @@ router.post('/login', (req, res) => {
|
||||
// tools.mylog("CREDENZIALI ! ");
|
||||
if (!user) {
|
||||
await tools.snooze(3000);
|
||||
const msg = 'Tentativo di Login ERRATO [' + body.username + ' , ' +
|
||||
body.password + ']\n' + '[IP: ' + tools.getiPAddressUser(req) +
|
||||
const msg = 'Tentativo di Login ERRATO [' + body.username + ' , ' + ']\n' + '[IP: ' + tools.getiPAddressUser(req) +
|
||||
']';
|
||||
tools.mylogshow(msg);
|
||||
await telegrambot.sendMsgTelegramToTheAdmin(user.idapp, msg, true);
|
||||
|
||||
Reference in New Issue
Block a user