dev set timeout 30 sec
Test Workflow / test (push) Successful in 9s

This commit is contained in:
vladp
2026-02-20 11:19:54 +07:00
parent fbe80ff6d7
commit f34e9df0c8
@@ -117,8 +117,8 @@ public class EmailService {
String htmlContent = loadAndProcessTemplate(user.getFullName(), code,
"templates/reset-password.html");
String resetLink = escapeHtml(baseUrl + "/reset-password?email=" + user.getEmail());
//TODO frontPort убрать после настройки редиректа nginx
String resetLink = escapeHtml(baseUrl + frontPort + "/reset-password?email=" + user.getEmail());
htmlContent = htmlContent.replace("{{resetLink}}", resetLink);
helper.setText(htmlContent, true);