1
0
mirror of https://github.com/bitwarden/web synced 2025-12-17 00:33:26 +00:00

Switch vault listing to user ciphers apis instead of calling login and folder separately

This commit is contained in:
Kyle Spearrin
2017-02-21 22:50:48 -05:00
parent cf144aa2c1
commit ccc527f329
3 changed files with 33 additions and 45 deletions

View File

@@ -52,7 +52,7 @@ angular
_service.logOut = function () {
tokenService.clearToken();
tokenService.clearRefreshToken();
cryptoService.clearKey();
cryptoService.clearKeys();
_userProfile = null;
};