forgot password old one

This commit is contained in:
Surendiran 2025-06-04 16:12:21 +05:30
parent 9f6314298c
commit a87dc95b05
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -607,8 +607,8 @@ func main() {
// Send email
subject := "Reset your FCSC password"
// resetURL := fmt.Sprintf("%s/api/auth/reset-password?token=%s", baseUrl, token)
resetURL := fmt.Sprintf("https://www.fcsc.com/forgot-password/%s", email)
resetURL := fmt.Sprintf("%s/api/auth/reset-password?token=%s", baseUrl, token)
// resetURL := fmt.Sprintf("https://www.fcsc.com/forgot-password/%s", email)
body := fmt.Sprintf(`
<!DOCTYPE html>