deep link
This commit is contained in:
parent
916a841429
commit
5d0aee3fe3
5
main.go
5
main.go
@ -607,8 +607,9 @@ func main() {
|
|||||||
|
|
||||||
// Send email
|
// Send email
|
||||||
subject := "Reset your FCSC password"
|
subject := "Reset your FCSC password"
|
||||||
resetURL := fmt.Sprintf("%s/api/auth/reset-password?token=%s", baseUrl, token)
|
// resetURL := fmt.Sprintf("%s/api/auth/reset-password?token=%s", baseUrl, token)
|
||||||
// resetURL := fmt.Sprintf("https://www.fcsc.com/forgot-password/%s", email)
|
//https://fcscapp.onelink.me/forgot-password/surendar.m@venbainfotech.com
|
||||||
|
resetURL := fmt.Sprintf("https://fcscapp.onelink.me/forgot-password/%s", email)
|
||||||
|
|
||||||
body := fmt.Sprintf(`
|
body := fmt.Sprintf(`
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|||||||
BIN
pb_data/data.db
BIN
pb_data/data.db
Binary file not shown.
BIN
pb_data/logs.db
BIN
pb_data/logs.db
Binary file not shown.
Loading…
Reference in New Issue
Block a user