mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
Delete Unused Bits of StateService (#9858)
* Delete Unused Bits of StateService * Fix Tests
This commit is contained in:
@@ -403,7 +403,6 @@ export class AppComponent implements OnInit, OnDestroy {
|
||||
// Clear sequentialized caches
|
||||
clearCaches();
|
||||
if (message.userId != null) {
|
||||
await this.stateService.clearDecryptedData(message.userId);
|
||||
await this.accountService.switchAccount(message.userId);
|
||||
}
|
||||
const locked =
|
||||
|
||||
Reference in New Issue
Block a user