mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
Clear _aesWithMac too with key clear
This commit is contained in:
parent
908dc4727c
commit
7f6d571ef1
@ -46,7 +46,7 @@ angular
|
||||
};
|
||||
|
||||
_service.clearKey = function () {
|
||||
_key = _b64Key = _aes = null;
|
||||
_key = _b64Key = _aes = _aesWithMac = null;
|
||||
delete $sessionStorage.key;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user