mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +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
@@ -121,7 +121,7 @@ export class Main {
|
||||
this.containerService = new ContainerService(this.cryptoService);
|
||||
this.authService = new AuthService(this.cryptoService, this.apiService, this.userService, this.tokenService,
|
||||
this.appIdService, this.i18nService, this.platformUtilsService, this.messagingService, null,
|
||||
this.logService, this.apiKeyService, false);
|
||||
this.logService, this.apiKeyService, this.cryptoFunctionService, false);
|
||||
this.configurationService = new ConfigurationService(this.storageService, this.secureStorageService,
|
||||
process.env.BITWARDENCLI_CONNECTOR_PLAINTEXT_SECRETS !== 'true');
|
||||
this.syncService = new SyncService(this.configurationService, this.logService, this.cryptoFunctionService,
|
||||
|
||||
Reference in New Issue
Block a user