1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-24 10:14:52 +02:00

api service to audit service

This commit is contained in:
Kyle Spearrin 2018-07-07 23:51:05 -04:00
parent a658f82d4e
commit 72712e1c36
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 91081d92327da22ab3be88a60f8b71be26933370
Subproject commit 8ac3450d9eee10c54bc35dd931a70bf82f97d0a5

View File

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