High-level rank changes and bad attempts and good Remember-Me tokens now logged.

This commit is contained in:
rainbow napkin 2025-10-22 21:53:41 -04:00
parent a34ece4374
commit 1bd9fcdc80
5 changed files with 53 additions and 23 deletions

View file

@ -78,7 +78,7 @@ module.exports.mailem = async function(to, subject, body, htmlBody = false){
//return the mail info
return sentMail;
}catch(err){
loggerUtils.dumpError(err, new Date(), 'mail/');
loggerUtils.dumpError(err, new Date(), 'crash/mail/');
}
}