menu update fixed
This commit is contained in:
parent
aecd8df7a6
commit
799c29e08f
2 changed files with 4 additions and 1 deletions
|
|
@ -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!')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue