mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-03 08:49:50 +01:00
none folder
This commit is contained in:
parent
6baae1113b
commit
ce00fcba98
@ -113,7 +113,7 @@ export default class MainBackground {
|
||||
this.settingsService = new SettingsService(this.userService, this.storageService);
|
||||
this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService,
|
||||
this.apiService, this.storageService);
|
||||
this.folderService = new FolderService(this.cryptoService, this.userService, this.i18nService,
|
||||
this.folderService = new FolderService(this.cryptoService, this.userService, this.i18nService.noneFolder,
|
||||
this.apiService, this.storageService);
|
||||
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService);
|
||||
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
|
||||
|
Loading…
Reference in New Issue
Block a user