mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
update folder service deps
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: e5db01083c...1aa774b99f
@@ -91,8 +91,8 @@ const userService = new UserService(tokenService, storageService);
|
|||||||
const settingsService = new SettingsService(userService, storageService);
|
const settingsService = new SettingsService(userService, storageService);
|
||||||
const cipherService = new CipherService(cryptoService, userService, settingsService,
|
const cipherService = new CipherService(cryptoService, userService, settingsService,
|
||||||
apiService, storageService, i18nService, platformUtilsService);
|
apiService, storageService, i18nService, platformUtilsService);
|
||||||
const folderService = new FolderService(cryptoService, userService,
|
const folderService = new FolderService(cryptoService, userService, apiService, storageService,
|
||||||
() => i18nService.t('noneFolder'), apiService, storageService, i18nService);
|
i18nService, cipherService);
|
||||||
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
|
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
|
||||||
const lockService = new LockService(cipherService, folderService, collectionService,
|
const lockService = new LockService(cipherService, folderService, collectionService,
|
||||||
cryptoService, platformUtilsService, storageService, messagingService, null);
|
cryptoService, platformUtilsService, storageService, messagingService, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user