mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Update jslib (#537)
This commit is contained in:
parent
e2a24d78ce
commit
ce0568992a
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit fa2b8e834bf0576ef3c33eb64bb133b54028943f
|
||||
Subproject commit 5e0a2d1d998b5d36b093f3eff032453421680a41
|
@ -107,7 +107,7 @@ const cipherService = new CipherService(cryptoService, userService, settingsServ
|
||||
const folderService = new FolderService(cryptoService, userService, apiService, storageService,
|
||||
i18nService, cipherService);
|
||||
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
|
||||
searchService = new SearchService(cipherService, platformUtilsService);
|
||||
searchService = new SearchService(cipherService);
|
||||
const policyService = new PolicyService(userService, storageService);
|
||||
const vaultTimeoutService = new VaultTimeoutService(cipherService, folderService, collectionService,
|
||||
cryptoService, platformUtilsService, storageService, messagingService, searchService, userService, tokenService,
|
||||
|
Loading…
Reference in New Issue
Block a user