mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove duplicate email title
This commit is contained in:
@@ -41,8 +41,7 @@ public class PasswordRecoveryPage extends BasePage {
|
||||
user.setRecoverPasswordTokenDate(Calendar.getInstance()
|
||||
.getTime());
|
||||
userDAO.update(user);
|
||||
mailService.sendMail(user,
|
||||
"CommaFeed - Password recovery",
|
||||
mailService.sendMail(user, "Password recovery",
|
||||
buildEmailContent(user));
|
||||
info("Email sent.");
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user