mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
api service to audit service
This commit is contained in:
parent
de5914194e
commit
7b80505f69
@ -106,7 +106,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, () => platformUtilsService.isDev(),
|
const analytics = new Analytics(window, () => platformUtilsService.isDev(),
|
||||||
platformUtilsService, storageService, appIdService);
|
platformUtilsService, storageService, appIdService);
|
||||||
|
Loading…
Reference in New Issue
Block a user