change ip to localhost
This commit is contained in:
parent
663105a9d3
commit
59523cb54b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export class PageForgotPasswordComponent implements OnInit {
|
|||
Bonjour!\n
|
||||
Vous avez fait une demande de ré-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(
|
||||
|
|
Loading…
Add table
Reference in a new issue