mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
fixes from refactors
This commit is contained in:
@@ -180,7 +180,7 @@ function initFolderService() {
|
||||
|
||||
// TODO: Delete folder reference for associated ciphers
|
||||
|
||||
return self.userService.getUserIdPromise().then(function () {
|
||||
return self.userService.getUserIdPromise().then(function (userId) {
|
||||
key = 'folders_' + userId;
|
||||
return self.utilsService.getObjFromStorage(key);
|
||||
}).then(function (folders) {
|
||||
|
||||
Reference in New Issue
Block a user