mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Clear _aesWithMac too with key clear
This commit is contained in:
@@ -46,7 +46,7 @@ angular
|
||||
};
|
||||
|
||||
_service.clearKey = function () {
|
||||
_key = _b64Key = _aes = null;
|
||||
_key = _b64Key = _aes = _aesWithMac = null;
|
||||
delete $sessionStorage.key;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user