mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
delete cipher fix
This commit is contained in:
@@ -430,7 +430,7 @@ function initCipherService() {
|
||||
var self = this,
|
||||
key = null;
|
||||
|
||||
return self.userService.getUserIdPromise().then(function () {
|
||||
return self.userService.getUserIdPromise().then(function (userId) {
|
||||
key = 'ciphers_' + userId;
|
||||
return self.utilsService.getObjFromStorage(key);
|
||||
}).then(function (ciphers) {
|
||||
|
||||
Reference in New Issue
Block a user