From 8a88345358990f526d7ca66ef08a4cc21cbc9501 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 26 Dec 2024 10:20:10 -0500 Subject: [PATCH] fix links --- services/web/project/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index a6e5ec1..188ef3d 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -264,7 +264,7 @@ def send_register_mail(signup_email): sender ='message@chiefsoft.com', recipients = [signup_email,'ameye+merscopy@chiefsoft.com'] ) - msg.body = 'Hello MERMS message sent for account verification http://localhost:8090/completesignup/JWT-djhgdhjgdhdggggd' + msg.body = 'Hello MERMS message sent for account verification http://localhost:8090/csignup/JWT-djhgdhjgdhdggggd' mail.send(msg) @app.route("/panel/auth/reset", methods=["POST"]) @@ -308,7 +308,7 @@ def send_resetpass_mail(signup_email): sender ='message@chiefsoft.com', recipients = [signup_email,'ameye+merscopy@chiefsoft.com'] ) - msg.body = 'Hello MERMS message sent for account verification http://localhost:8090/resetacc/JWT-djhgdhjgdhdggggd' + msg.body = 'Hello MERMS message sent for account verification http://localhost:8090/accreset/JWT-djhgdhjgdhdggggd' mail.send(msg)