feat(auth): add recover and reset password functionality
This commit is contained in:
parent
c8f2d16f07
commit
2305e83647
6 changed files with 322 additions and 0 deletions
|
@ -63,4 +63,9 @@ export class LoginComponent {
|
|||
},
|
||||
});
|
||||
}
|
||||
|
||||
switchToForgotPassword() {
|
||||
this.closeDialog.emit();
|
||||
this.router.navigate(['/recover-password']);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue