forgot password old one
This commit is contained in:
parent
9f6314298c
commit
a87dc95b05
4
main.go
4
main.go
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user