alerte sur menus et comment du code
This commit is contained in:
parent
0f27a72de2
commit
d2cd689713
13 changed files with 62 additions and 65 deletions
|
|
@ -36,16 +36,6 @@ export class PageResetPasswordComponent implements OnInit {
|
|||
);
|
||||
}
|
||||
|
||||
// public onSubmit(submittedForm: any): void {
|
||||
// console.log(submittedForm.form.value);
|
||||
// const password = submittedForm.form.value['password'];
|
||||
// console.log(email);
|
||||
// this.authService.resetPassword(email, password).subscribe((resp: any) => {
|
||||
// window.alert("Votre mot de passe est bien ré-initialisé !")
|
||||
// this.router.navigate(['accueil']);
|
||||
|
||||
// });
|
||||
// }
|
||||
|
||||
public onSubmit(): void {
|
||||
console.log('value : ', this.resetForm.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue