mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
clear collections on logout
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 29556c5d3b...7112911cb8
@@ -253,6 +253,7 @@ export default class MainBackground {
|
|||||||
this.settingsService.clear(userId),
|
this.settingsService.clear(userId),
|
||||||
this.cipherService.clear(userId),
|
this.cipherService.clear(userId),
|
||||||
this.folderService.clear(userId),
|
this.folderService.clear(userId),
|
||||||
|
this.collectionService.clear(userId),
|
||||||
this.passwordGenerationService.clear(),
|
this.passwordGenerationService.clear(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user