1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

exporting organization data

This commit is contained in:
Kyle Spearrin
2018-07-05 14:40:53 -04:00
parent 9d4e0849d6
commit ba3b2fbed1
8 changed files with 97 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService);
const containerService = new ContainerService(cryptoService, platformUtilsService);
const authService = new AuthService(cryptoService, apiService,
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
const exportService = new ExportService(folderService, cipherService);
const exportService = new ExportService(folderService, cipherService, apiService);
const auditService = new AuditService(cryptoFunctionService);
const analytics = new Analytics(window, () => platformUtilsService.isDev(),