-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MOT DE PASSE OUBLIE][TEMPLATE MAIL] Utilise une base a pour afficher…
… le lien vers la page de réinitialisation
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,8 @@ const genereCorpsReinitialiserMotDePasse = (nomPrenom: string, url: string) => { | |
'\n' + | ||
'<b>Réinitialisation de votre mot de passe</b> \n' + | ||
'\n' + | ||
'Cliquez sur le lien ci-dessous pour réinitialiser votre mot de passe. Si vous n’êtes pas à l’origine de la demande, vous pouvez ignorer cet e-mail.\n' + | ||
'\n' + | ||
`${url}\n` + | ||
`<a href="${url}" target="_blank">Cliquez ici pour réinitialiser votre mot de passe</a>. \n` + | ||
'Si vous n’êtes pas à l’origine de la demande, vous pouvez ignorer cet e-mail.\n' + | ||
'\n' + | ||
'Toute l’équipe MonAideCyber reste à votre disposition : <a href="mailto:[email protected]">[email protected]</a>' + | ||
'\n' + | ||
|