mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
api service to audit service
This commit is contained in:
parent
a658f82d4e
commit
72712e1c36
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 91081d92327da22ab3be88a60f8b71be26933370
|
Subproject commit 8ac3450d9eee10c54bc35dd931a70bf82f97d0a5
|
@ -105,7 +105,7 @@ const containerService = new ContainerService(cryptoService, platformUtilsServic
|
|||||||
const authService = new AuthService(cryptoService, apiService,
|
const authService = new AuthService(cryptoService, apiService,
|
||||||
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
|
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
|
||||||
const exportService = new ExportService(folderService, cipherService, apiService);
|
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);
|
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);
|
||||||
containerService.attachToWindow(window);
|
containerService.attachToWindow(window);
|
||||||
|
Loading…
Reference in New Issue
Block a user