Merge pull request #104 from AlineRinquin/forgot-reset-password

change ip to localhost
This commit is contained in:
AlineRinquin 2022-03-14 08:31:08 +01:00 committed by GitHub
commit 04734c7348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ export class PageForgotPasswordComponent implements OnInit {
Bonjour!\n
Vous avez fait une demande de -initialisation de mot de passe. \n
Cliquez sur le lien pour définir un nouveau mot de passe: \n
Lien : http://192.168.1.16:4200/reinitialisation-password/${result}`
Lien : http://localhost:4200/reinitialisation-password/${result}`
};
this.isLoading = true;
this.mailService.envoiMailText(mail).subscribe(