mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
update for jslib importer service changes
This commit is contained in:
@@ -102,7 +102,7 @@ export class Main {
|
||||
this.passwordGenerationService = new PasswordGenerationService(this.cryptoService, this.storageService);
|
||||
this.totpService = new TotpService(this.storageService, this.cryptoFunctionService);
|
||||
this.importService = new ImportService(this.cipherService, this.folderService, this.apiService,
|
||||
this.i18nService);
|
||||
this.i18nService, this.collectionService);
|
||||
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService);
|
||||
this.authService = new AuthService(this.cryptoService, this.apiService, this.userService, this.tokenService,
|
||||
this.appIdService, this.i18nService, this.platformUtilsService, this.messagingService, true);
|
||||
|
||||
Reference in New Issue
Block a user