1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

auth guards

This commit is contained in:
Kyle Spearrin
2018-06-09 22:02:45 -04:00
parent 9f1c7a0a32
commit 7ebd18b00d
8 changed files with 67 additions and 19 deletions

View File

@@ -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(['/']);
});
}