mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-07 19:07:45 +01:00
adjust deps on folder service
This commit is contained in:
parent
6fbcfcad7b
commit
e78b2880e0
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit d75543e6c88b220d8e3c7d66fb768d39f9480587
|
||||
Subproject commit 1aa774b99f73123b0bcf2654e4ba59fe95f39563
|
@ -88,8 +88,8 @@ export class Main {
|
||||
this.settingsService = new SettingsService(this.userService, this.storageService);
|
||||
this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService,
|
||||
this.apiService, this.storageService, this.i18nService, this.platformUtilsService);
|
||||
this.folderService = new FolderService(this.cryptoService, this.userService,
|
||||
() => 'No Folder', this.apiService, this.storageService, this.i18nService);
|
||||
this.folderService = new FolderService(this.cryptoService, this.userService, this.apiService,
|
||||
this.storageService, this.i18nService, this.cipherService);
|
||||
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService,
|
||||
this.i18nService);
|
||||
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
|
||||
|
@ -10,5 +10,8 @@
|
||||
},
|
||||
"emailTitle": {
|
||||
"message": "Email"
|
||||
},
|
||||
"noneFolder": {
|
||||
"message": "No Folder"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user