Lots of Bugfixes (#2356)
This commit is contained in:
parent
86e931dd9a
commit
226d6831df
47 changed files with 359 additions and 225 deletions
|
|
@ -53,7 +53,6 @@ export class UserLoginComponent implements OnInit {
|
|||
if (user) {
|
||||
this.navService.showSideNav();
|
||||
this.cdRef.markForCheck();
|
||||
this.router.navigateByUrl('/libraries');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -96,6 +95,7 @@ export class UserLoginComponent implements OnInit {
|
|||
localStorage.setItem('kavita--auth-intersection-url', '');
|
||||
this.router.navigateByUrl(pageResume);
|
||||
} else {
|
||||
localStorage.setItem('kavita--auth-intersection-url', '');
|
||||
this.router.navigateByUrl('/libraries');
|
||||
}
|
||||
this.isSubmitting = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue