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