mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-26 22:01:32 +01:00
clear collections on logout
This commit is contained in:
parent
ee186c3148
commit
d431e53e46
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 29556c5d3beb28eb0258e70773c5ffc316db4139
|
Subproject commit 7112911cb89bcf9bf9b9de32cb05ec2d3f78e3fc
|
@ -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(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user