From b1bd19f4dcd769e18e81614ee0d36fdbbecacf64 Mon Sep 17 00:00:00 2001 From: Hinton Date: Mon, 23 Nov 2020 21:41:04 +0100 Subject: [PATCH] Update jslib (PR 185) --- jslib | 2 +- src/app/services.module.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index f44e99d74dc..0a73b6fca83 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit f44e99d74dc011c026525d171f7d2940b60b6587 +Subproject commit 0a73b6fca83b33573cf6ea0a41899ead34c23c46 diff --git a/src/app/services.module.ts b/src/app/services.module.ts index bc59bd86550..4a91be86b43 100644 --- a/src/app/services.module.ts +++ b/src/app/services.module.ts @@ -96,7 +96,7 @@ const platformUtilsService = new ElectronPlatformUtilsService(i18nService, messa const secureStorageService: StorageServiceAbstraction = new ElectronRendererSecureStorageService(); const cryptoFunctionService: CryptoFunctionServiceAbstraction = new WebCryptoFunctionService(window, platformUtilsService); -const cryptoService = new CryptoService(storageService, secureStorageService, cryptoFunctionService); +const cryptoService = new CryptoService(storageService, secureStorageService, cryptoFunctionService, platformUtilsService); const tokenService = new TokenService(storageService); const appIdService = new AppIdService(storageService); const apiService = new ApiService(tokenService, platformUtilsService,