UPDATE: Fix bug
All checks were successful
Build and Release / release (push) Successful in 1m3s

This commit is contained in:
2026-04-12 07:48:57 +07:00
parent cd2ab23de7
commit 72efb480ac
3 changed files with 37 additions and 34 deletions

View File

@@ -99,7 +99,7 @@ func SendHistorianReviewMail(dto *models.UserVerificationStorageEntity) error {
}
return SendMail(dto.Email, subject, templatePath, map[string]string{
"NAME": dto.Email,
"NAME": dto.Name,
"REASON": dto.ReviewNote,
"APP_URL": feUrl,
})