1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

resolving this contexts

This commit is contained in:
Kyle Spearrin
2017-12-06 22:28:33 -05:00
parent b1880c5305
commit 81c01de641
2 changed files with 67 additions and 68 deletions

View File

@@ -66,13 +66,13 @@ export default class LockService {
this.cryptoService.clearOrgKeys(true),
this.cryptoService.clearPrivateKey(true),
this.cryptoService.clearEncKey(true),
this.setIcon(),
this.refreshBadgeAndMenu(),
]);
this.setIcon();
this.folderService.clearCache();
this.cipherService.clearCache();
this.collectionService.clearCache();
this.refreshBadgeAndMenu();
}
// Helpers