upToDate - ready to be worked on

This commit is contained in:
Julius Gruber
2019-10-08 10:13:46 +02:00
parent 46878a7875
commit 95239e0590
5 changed files with 25 additions and 16 deletions

View File

@@ -139,7 +139,7 @@ export class LogInPasswordComponent implements OnDestroy, OnInit {
takeWhile(() => this.alive),
filter((authenticated) => authenticated))
.subscribe(() => {
this.authService.redirectToPreviousUrl();
this.authService.redirectAfterLoginSuccess(true); // HARDCODED FOR DEV _ CHANGE IT
}
);