mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fix clear when account unavailable error (#9299)
* fix clear when account unavailable error * remove explicit password history clear on logout
This commit is contained in:
@@ -740,7 +740,6 @@ export class ServiceContainer {
|
||||
this.cipherService.clear(userId),
|
||||
this.folderService.clear(userId),
|
||||
this.collectionService.clear(userId as UserId),
|
||||
this.passwordGenerationService.clear(),
|
||||
]);
|
||||
|
||||
await this.stateEventRunnerService.handleEvent("logout", userId);
|
||||
|
||||
Reference in New Issue
Block a user