1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

Clear _aesWithMac too with key clear

This commit is contained in:
Kyle Spearrin 2016-12-10 10:34:42 -05:00
parent 908dc4727c
commit 7f6d571ef1

View File

@ -46,7 +46,7 @@ angular
};
_service.clearKey = function () {
_key = _b64Key = _aes = null;
_key = _b64Key = _aes = _aesWithMac = null;
delete $sessionStorage.key;
};