1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

convert vault listing to ciphers

This commit is contained in:
Kyle Spearrin
2017-10-06 22:01:17 -04:00
parent c4d2045884
commit 3b71760f9e
6 changed files with 143 additions and 140 deletions

View File

@@ -95,7 +95,7 @@ angular
_service.logOut = function () {
tokenService.clearTokens();
cryptoService.clearKeys();
$rootScope.vaultFolders = $rootScope.vaultLogins = null;
$rootScope.vaultFolders = $rootScope.vaultCiphers = null;
_userProfile = null;
};