1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

logout issues with cache fixed. updated chrome store images

This commit is contained in:
Kyle Spearrin
2016-09-22 17:00:56 -04:00
parent f1792c6be6
commit 3f95c3a7ea
7 changed files with 11 additions and 3 deletions

View File

@@ -72,6 +72,8 @@
userService.clearEmail(function () {
siteService.clear(userId, function () {
folderService.clear(userId, function () {
$rootScope.vaultSites = null;
$rootScope.vaultFolders = null;
callback();
});
});