mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
Update jslib and constructor fix (#164)
This commit is contained in:
parent
b7ac1c07f2
commit
4b9096273e
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit fa2b8e834bf0576ef3c33eb64bb133b54028943f
|
||||
Subproject commit 5e0a2d1d998b5d36b093f3eff032453421680a41
|
@ -114,7 +114,7 @@ export class Main {
|
||||
this.storageService, this.i18nService, this.cipherService);
|
||||
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService,
|
||||
this.i18nService);
|
||||
this.searchService = new SearchService(this.cipherService, this.platformUtilsService);
|
||||
this.searchService = new SearchService(this.cipherService);
|
||||
this.policyService = new PolicyService(this.userService, this.storageService);
|
||||
this.vaultTimeoutService = new VaultTimeoutService(this.cipherService, this.folderService,
|
||||
this.collectionService, this.cryptoService, this.platformUtilsService, this.storageService,
|
||||
|
Loading…
Reference in New Issue
Block a user