From 739dbffd2b23fde7ce4c274cb3b2bb663f9b7d3d Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 28 Oct 2021 10:17:42 -0500 Subject: [PATCH] Update jslib (#398) * Update jslib * Add new service dependency * update jslib --- jslib | 2 +- src/bw.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index f09fb69..1bd968a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit f09fb69882525b3be7b2e257e7723eeb79b343d1 +Subproject commit 1bd968a0234f61e0d873da6017008db067b2e491 diff --git a/src/bw.ts b/src/bw.ts index 807e8b9..a249861 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -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);