mirror of
https://github.com/bitwarden/browser
synced 2025-01-11 18:07:12 +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,
|
||||
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, () => platformUtilsService.isDev(),
|
||||
platformUtilsService, storageService, appIdService);
|
||||
|
Loading…
Reference in New Issue
Block a user