1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-19 17:53:20 +00:00

gsuite directory query logic to make entries result

This commit is contained in:
Kyle Spearrin
2018-04-28 00:13:04 -04:00
parent 39f760e135
commit 5556a57685
6 changed files with 226 additions and 31 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);
const syncSevrice = new SyncService(configurationService, logService);
const analytics = new Analytics(window, () => true, platformUtilsService, storageService, appIdService);
containerService.attachToWindow(window);