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:
@@ -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"]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user