dev add check for file check
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-03-05 10:26:53 +07:00
parent c9921c6fac
commit 5c27fd52ba
@@ -118,7 +118,7 @@ public class EmailService {
String htmlContent = loadAndProcessTemplate(user.getFullName(), code,
"templates/reset-password.html");
//TODO frontPort убрать после настройки редиректа nginx
String resetLink = escapeHtml(baseUrl + frontPort + "/reset-password?email=" + user.getEmail());
String resetLink = escapeHtml(baseUrl + "/reset-password?email=" + user.getEmail());
htmlContent = htmlContent.replace("{{resetLink}}", resetLink);
helper.setText(htmlContent, true);