mirror of
https://github.com/bitwarden/browser
synced 2025-12-24 04:04:24 +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:
@@ -1321,7 +1321,6 @@ export default class MainBackground {
|
||||
this.cipherService.clear(userBeingLoggedOut),
|
||||
this.folderService.clear(userBeingLoggedOut),
|
||||
this.collectionService.clear(userBeingLoggedOut),
|
||||
this.passwordGenerationService.clear(userBeingLoggedOut),
|
||||
this.vaultTimeoutSettingsService.clear(userBeingLoggedOut),
|
||||
this.vaultFilterService.clear(),
|
||||
this.biometricStateService.logout(userBeingLoggedOut),
|
||||
|
||||
Reference in New Issue
Block a user