mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-12 22:33:15 +00:00
sync logic
This commit is contained in:
@@ -71,7 +71,7 @@ const containerService = new ContainerService(cryptoService, platformUtilsServic
|
||||
const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService,
|
||||
i18nService, platformUtilsService, messagingService, false);
|
||||
const configurationService = new ConfigurationService(storageService, secureStorageService);
|
||||
const syncSevrice = new SyncService(configurationService, logService);
|
||||
const syncSevrice = new SyncService(configurationService, logService, cryptoFunctionService, apiService);
|
||||
|
||||
const analytics = new Analytics(window, () => true, platformUtilsService, storageService, appIdService);
|
||||
containerService.attachToWindow(window);
|
||||
|
||||
Reference in New Issue
Block a user