mirror of
https://github.com/bitwarden/cli
synced 2025-12-10 05:13:54 +00:00
Update jslib (#398)
* Update jslib * Add new service dependency * update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: f09fb69882...1bd968a023
@@ -153,7 +153,7 @@ export class Main {
|
||||
this.cryptoService);
|
||||
this.authService = new AuthService(this.cryptoService, this.apiService, this.userService, this.tokenService,
|
||||
this.appIdService, this.i18nService, this.platformUtilsService, this.messagingService,
|
||||
this.vaultTimeoutService, this.logService, true);
|
||||
this.vaultTimeoutService, this.logService, this.cryptoFunctionService, true);
|
||||
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
|
||||
this.program = new Program(this);
|
||||
this.vaultProgram = new VaultProgram(this);
|
||||
|
||||
Reference in New Issue
Block a user