mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
adjust deps on folder service
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: d75543e6c8...1aa774b99f
@@ -88,8 +88,8 @@ export class Main {
|
|||||||
this.settingsService = new SettingsService(this.userService, this.storageService);
|
this.settingsService = new SettingsService(this.userService, this.storageService);
|
||||||
this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService,
|
this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService,
|
||||||
this.apiService, this.storageService, this.i18nService, this.platformUtilsService);
|
this.apiService, this.storageService, this.i18nService, this.platformUtilsService);
|
||||||
this.folderService = new FolderService(this.cryptoService, this.userService,
|
this.folderService = new FolderService(this.cryptoService, this.userService, this.apiService,
|
||||||
() => 'No Folder', this.apiService, this.storageService, this.i18nService);
|
this.storageService, this.i18nService, this.cipherService);
|
||||||
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService,
|
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService,
|
||||||
this.i18nService);
|
this.i18nService);
|
||||||
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
|
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
|
||||||
|
|||||||
@@ -10,5 +10,8 @@
|
|||||||
},
|
},
|
||||||
"emailTitle": {
|
"emailTitle": {
|
||||||
"message": "Email"
|
"message": "Email"
|
||||||
|
},
|
||||||
|
"noneFolder": {
|
||||||
|
"message": "No Folder"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user