mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-21 02:33:14 +00:00
Update electron to 14.2.0 (#174)
* Pull in jslib and update electron to 14.2.0 * Fix build errors after pulling jslib * Remove space from tslint ignore comment
This commit is contained in:
committed by
GitHub
parent
a96144d6dc
commit
660ee538ce
@@ -78,7 +78,7 @@ const userService = new UserService(tokenService, storageService);
|
||||
const apiKeyService = new ApiKeyService(tokenService, storageService);
|
||||
const containerService = new ContainerService(cryptoService);
|
||||
const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService,
|
||||
i18nService, platformUtilsService, messagingService, null, logService, apiKeyService, false);
|
||||
i18nService, platformUtilsService, messagingService, null, logService, apiKeyService, cryptoFunctionService, false);
|
||||
const configurationService = new ConfigurationService(storageService, secureStorageService);
|
||||
const syncService = new SyncService(configurationService, logService, cryptoFunctionService, apiService,
|
||||
messagingService, i18nService, environmentService);
|
||||
|
||||
Reference in New Issue
Block a user