deep link

This commit is contained in:
Surendiran 2025-08-04 12:13:40 +05:30
parent 916a841429
commit 5d0aee3fe3
3 changed files with 3 additions and 2 deletions

View File

@ -607,8 +607,9 @@ 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)
//https://fcscapp.onelink.me/forgot-password/surendar.m@venbainfotech.com
resetURL := fmt.Sprintf("https://fcscapp.onelink.me/forgot-password/%s", email)
body := fmt.Sprintf(`
<!DOCTYPE html>

Binary file not shown.

Binary file not shown.