1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-12 22:33:15 +00:00

sync logic

This commit is contained in:
Kyle Spearrin
2018-05-02 22:00:44 -04:00
parent 3981cb95fc
commit 95d98181fc
8 changed files with 114 additions and 59 deletions

View File

@@ -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);