1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-23 11:43:48 +00:00

parameter validation

This commit is contained in:
Kyle Spearrin
2018-05-07 23:36:14 -04:00
parent 294404750d
commit 2ea71e1feb
8 changed files with 71 additions and 28 deletions

View File

@@ -72,7 +72,7 @@ const authService = new AuthService(cryptoService, apiService, userService, toke
i18nService, platformUtilsService, messagingService, false);
const configurationService = new ConfigurationService(storageService, secureStorageService);
const syncSevrice = new SyncService(configurationService, logService, cryptoFunctionService, apiService,
messagingService);
messagingService, i18nService);
const analytics = new Analytics(window, () => true, platformUtilsService, storageService, appIdService);
containerService.attachToWindow(window);