This commit is contained in:
Bastian Wagner
2024-09-08 17:16:07 +02:00
parent 0d61556133
commit 23a7216de9
16 changed files with 263 additions and 5 deletions

View File

@@ -106,4 +106,8 @@ export class LoginComponent {
toRegister() {
this.router.navigate(['/register'], { queryParams: this.route.snapshot.queryParams });
}
toResetPw() {
this.router.navigateByUrl('/pw-reset')
}
}