1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

update jslib with export deps

This commit is contained in:
Kyle Spearrin
2018-07-05 14:42:33 -04:00
parent 11ede29f9a
commit 0643ca460c
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 20622db73c...87e273252b

View File

@@ -99,7 +99,7 @@ export class Main {
this.storageService, this.messagingService, async (expired: boolean) => await this.logout());
this.passwordGenerationService = new PasswordGenerationService(this.cryptoService, this.storageService);
this.totpService = new TotpService(this.storageService, this.cryptoFunctionService);
this.exportService = new ExportService(this.folderService, this.cipherService);
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);
this.auditService = new AuditService(this.cryptoFunctionService);