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

@ -1 +1 @@
Subproject commit 29556c5d3beb28eb0258e70773c5ffc316db4139
Subproject commit 7112911cb89bcf9bf9b9de32cb05ec2d3f78e3fc

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(),
]);