1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 13:53:17 +00:00

Crypto Agent (#1243)

This commit is contained in:
Oscar Hinton
2021-10-26 01:14:16 +02:00
committed by GitHub
parent 6d4f163824
commit c46ca2f9e2
5 changed files with 20 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService, conso
const containerService = new ContainerService(cryptoService);
const authService = new AuthService(cryptoService, apiService,
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService, vaultTimeoutService,
consoleLogService);
consoleLogService, cryptoFunctionService);
const exportService = new ExportService(folderService, cipherService, apiService, cryptoService);
const importService = new ImportService(cipherService, folderService, apiService, i18nService, collectionService,
platformUtilsService, cryptoService);