1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

[bug] Dont block redirecting on logout

This commit is contained in:
addison
2022-02-08 09:42:42 -05:00
parent 0a44bf4dd9
commit 55850e6cc6
2 changed files with 7 additions and 12 deletions

View File

@@ -75,8 +75,6 @@ export class AppComponent implements OnInit {
});
}
await this.stateService.clean({ userId: msg.userId });
if (this.stateService.activeAccount.getValue() == null) {
this.router.navigate(["home"]);
}