Don't apply relocation and fixes #999 again

This commit is contained in:
HaHaWTH
2024-04-24 15:26:20 +08:00
parent c1eee8e139
commit 10b6997c32
2 changed files with 1 additions and 25 deletions
@@ -158,7 +158,7 @@ public class EmailService {
try {
htmlEmail = sendMailSsl.initializeMail(email);
} catch (EmailException e) {
logger.logException("Failed to create email for recovery code:", e);
logger.logException("Failed to create email for shutdown:", e);
return;
}