From 091191634aec3f0babcb194cfa82602d267f280e Mon Sep 17 00:00:00 2001
From: A7640S <109904807+A7640S@users.noreply.github.com>
Date: Thu, 9 Jan 2025 13:26:38 +0000
Subject: [PATCH 1/9] Update models.py
---
Mapapi/models.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mapapi/models.py b/Mapapi/models.py
index cd6eda6..2672769 100644
--- a/Mapapi/models.py
+++ b/Mapapi/models.py
@@ -165,7 +165,7 @@ def generate_otp(self):
self.save()
def send_verification_email(self):
- verification_link = f"mapactionapp://verify-email/{self.verification_token}"
+ verification_link = f"com.uwaish.MapActionApp://verify-email/{self.verification_token}"
context = {"verification_link": verification_link}
subject = "Vérification de votre compte"
template_name = "emails/verification_email.html"
From c17ae546743a1afbf7356be347140a1069aee61e Mon Sep 17 00:00:00 2001
From: A7640S <109904807+A7640S@users.noreply.github.com>
Date: Thu, 9 Jan 2025 16:13:44 +0000
Subject: [PATCH 2/9] Update verification_email.html
---
template/emails/verification_email.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/emails/verification_email.html b/template/emails/verification_email.html
index 44e50a1..abfda22 100644
--- a/template/emails/verification_email.html
+++ b/template/emails/verification_email.html
@@ -74,7 +74,7 @@
Bonjour,
Merci de vous être inscrit sur Map Action ! Veuillez cliquer sur le bouton ci-dessous pour vérifier votre compte et commencer à explorer nos fonctionnalités.
-
Vérifier mon compte
+
Vérifier mon compte
Si vous n'avez pas demandé cette vérification, vous pouvez ignorer ce message.