From 44e0e4744bbcaea8e7007af8be6e200bb5317536 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 19 Mar 2019 15:53:02 -0400 Subject: [PATCH] update jslib --- jslib | 2 +- src/bw.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index bc475a668e3..fc1a73c9f2e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit bc475a668e3088544f551d445ffec9225ae1b73c +Subproject commit fc1a73c9f2ef2c18f05dfebb5cf80ce84520d118 diff --git a/src/bw.ts b/src/bw.ts index c01f41a6478..53df6981dce 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -109,7 +109,7 @@ export class Main { this.searchService = new SearchService(this.cipherService, this.platformUtilsService); this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService, this.cryptoService, this.platformUtilsService, this.storageService, this.messagingService, - this.searchService, null); + this.searchService, this.userService, null); this.syncService = new SyncService(this.userService, this.apiService, this.settingsService, this.folderService, this.cipherService, this.cryptoService, this.collectionService, this.storageService, this.messagingService, async (expired: boolean) => await this.logout());