1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

clear collections on logout

This commit is contained in:
Kyle Spearrin
2018-05-15 23:27:06 -04:00
parent ee186c3148
commit d431e53e46
2 changed files with 2 additions and 1 deletions

2
jslib

Submodule jslib updated: 29556c5d3b...7112911cb8

View File

@@ -253,6 +253,7 @@ export default class MainBackground {
this.settingsService.clear(userId),
this.cipherService.clear(userId),
this.folderService.clear(userId),
this.collectionService.clear(userId),
this.passwordGenerationService.clear(),
]);