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

converting logins to ciphers on vault lists

This commit is contained in:
Kyle Spearrin
2017-10-14 16:31:35 -04:00
parent 355a58f67c
commit 884bce4ec4
5 changed files with 120 additions and 123 deletions

View File

@@ -72,7 +72,7 @@
};
_service.logOut = function (callback) {
$rootScope.vaultLogins = null;
$rootScope.vaultCiphers = null;
$rootScope.vaultFolders = null;
callback();
};