menu update fixed

This commit is contained in:
Blandine Bajard 2022-03-04 15:40:26 +01:00
parent aecd8df7a6
commit 799c29e08f
2 changed files with 4 additions and 1 deletions

View file

@ -63,7 +63,7 @@ export class PageForgotPasswordComponent implements OnInit {
})
},
error: err => {
this.alert={"type":"danger", "content":"Le mail a merdé, ou il n'y a personne ds la bdd !"};
this.alert={"type":"danger", "content":"Votre email est erroné"};
this.isShow = true;
},
complete: () => console.log('DONE!')