Merge pull request #75 from AlineRinquin/blandine

menu update fixed
This commit is contained in:
AlineRinquin 2022-03-04 16:02:50 +01:00 committed by GitHub
commit 1264566762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -59,7 +59,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!')