mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
update jslib
This commit is contained in:
parent
371ecd9d3a
commit
06ec65fb10
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit d8f9177c03549667cf6d1e5f30536d010acc7b7d
|
||||
Subproject commit fc1a73c9f2ef2c18f05dfebb5cf80ce84520d118
|
@ -104,7 +104,7 @@ const folderService = new FolderService(cryptoService, userService, apiService,
|
||||
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
|
||||
searchService = new SearchService(cipherService, platformUtilsService);
|
||||
const lockService = new LockService(cipherService, folderService, collectionService,
|
||||
cryptoService, platformUtilsService, storageService, messagingService, searchService, null);
|
||||
cryptoService, platformUtilsService, storageService, messagingService, searchService, userService, null);
|
||||
const syncService = new SyncService(userService, apiService, settingsService,
|
||||
folderService, cipherService, cryptoService, collectionService, storageService, messagingService,
|
||||
async (expired: boolean) => messagingService.send('logout', { expired: expired }));
|
||||
|
Loading…
Reference in New Issue
Block a user