alerte sur menus et comment du code

This commit is contained in:
Blandine Bajard 2022-03-02 15:57:03 +01:00
parent 0f27a72de2
commit d2cd689713
13 changed files with 62 additions and 65 deletions

View file

@ -20,7 +20,7 @@ export class PageForgotPasswordComponent implements OnInit {
alert : any;
isShow : boolean;
constructor(private authService: AuthService, private router: Router, private mailService: MailService,) {
this.alert = "";
this.isShow = false;
@ -41,9 +41,7 @@ export class PageForgotPasswordComponent implements OnInit {
};
console.log(membre);
// this.authService.forgotPassword(membre).subscribe((resp) => {
// console.log('----'+resp)
// });
this.authService.forgotPassword(membre).subscribe(
{
@ -70,7 +68,7 @@ export class PageForgotPasswordComponent implements OnInit {
},
complete: () => console.log('DONE!')
}
);
);