diff --git a/jslib b/jslib index ba1a40af..306aef73 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit ba1a40af4e93c78b3312a1167e7cc16729910069 +Subproject commit 306aef73d459dfad8a7a06c32442c9ed2d56922e diff --git a/src/app/services.module.ts b/src/app/services.module.ts index 97edd4d2..04836c7f 100644 --- a/src/app/services.module.ts +++ b/src/app/services.module.ts @@ -127,7 +127,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService); const containerService = new ContainerService(cryptoService); const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService, vaultTimeoutService, logService); -const exportService = new ExportService(folderService, cipherService, apiService); +const exportService = new ExportService(folderService, cipherService, apiService, cryptoService); const auditService = new AuditService(cryptoFunctionService, apiService); const notificationsService = new NotificationsService(userService, syncService, appIdService, apiService, vaultTimeoutService, async () => messagingService.send('logout', { expired: true }), logService);