mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-31 22:51:28 +01:00
fixes for keys
This commit is contained in:
parent
f491515904
commit
a2480bf2df
@ -395,7 +395,7 @@ function initCipherService() {
|
||||
};
|
||||
}
|
||||
|
||||
return self.utilsService.saveObjToStorage(key, ciphersLocalData);
|
||||
return self.utilsService.saveObjToStorage(self.localDataKey, ciphersLocalData);
|
||||
}).then(function () {
|
||||
if (!self.decryptedCipherCache) {
|
||||
return;
|
||||
@ -485,7 +485,7 @@ function initCipherService() {
|
||||
}
|
||||
|
||||
domains[domain] = null;
|
||||
return self.utilsService.saveObjToStorage(key, domains);
|
||||
return self.utilsService.saveObjToStorage(self.neverDomainsKey, domains);
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user