mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
auth guards
This commit is contained in:
@@ -143,7 +143,7 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
this.toasterService.popAsync('warning', this.i18nService.t('loggedOut'),
|
||||
this.i18nService.t('loginExpired'));
|
||||
}
|
||||
this.router.navigate(['login']);
|
||||
this.router.navigate(['/']);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user