mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
upToDate - ready to be worked on
This commit is contained in:
@@ -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
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user