mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
logout issues with cache fixed. updated chrome store images
This commit is contained in:
@@ -191,6 +191,8 @@ function initSiteService() {
|
||||
throw 'callback function required';
|
||||
}
|
||||
|
||||
var self = this;
|
||||
|
||||
chrome.storage.local.remove('sites_' + userId, function () {
|
||||
self.decryptedSiteCache = null;
|
||||
callback();
|
||||
|
||||
Reference in New Issue
Block a user