mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
* Update jslib (28e3fff->72e3893) * Updated lock description, updated vaultTimeoutService init Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
This commit is contained in:
@@ -109,8 +109,8 @@ const collectionService = new CollectionService(cryptoService, userService, stor
|
||||
searchService = new SearchService(cipherService, platformUtilsService);
|
||||
const policyService = new PolicyService(userService, storageService);
|
||||
const vaultTimeoutService = new VaultTimeoutService(cipherService, folderService, collectionService,
|
||||
cryptoService, platformUtilsService, storageService, messagingService, searchService, userService, null,
|
||||
async () => messagingService.send('logout', { expired: false }));
|
||||
cryptoService, platformUtilsService, storageService, messagingService, searchService, userService, tokenService,
|
||||
null, async () => messagingService.send('logout', { expired: false }));
|
||||
const syncService = new SyncService(userService, apiService, settingsService,
|
||||
folderService, cipherService, cryptoService, collectionService, storageService, messagingService, policyService,
|
||||
async (expired: boolean) => messagingService.send('logout', { expired: expired }));
|
||||
|
||||
Reference in New Issue
Block a user