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:
@@ -52,7 +52,7 @@ angular
|
||||
_service.logOut = function () {
|
||||
tokenService.clearToken();
|
||||
tokenService.clearRefreshToken();
|
||||
cryptoService.clearKey();
|
||||
cryptoService.clearKeys();
|
||||
_userProfile = null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user