ajout de la redirection apres le new password
This commit is contained in:
parent
1d8eb27df0
commit
e997e0541d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export class PageResetPasswordComponent implements OnInit {
|
|||
|
||||
|
||||
this.authService.resetPassword(membre,this.uuid).subscribe((resp) => {
|
||||
//this.router.navigate(['accueil']);
|
||||
this.router.navigate(['accueil']);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue