diff --git a/main.go b/main.go index 79700f0..9e90f16 100755 --- a/main.go +++ b/main.go @@ -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(` diff --git a/pb_data/data.db b/pb_data/data.db index bacf5f1..272aa98 100755 Binary files a/pb_data/data.db and b/pb_data/data.db differ diff --git a/pb_data/logs.db b/pb_data/logs.db index 7f8c3f1..a7b891b 100755 Binary files a/pb_data/logs.db and b/pb_data/logs.db differ