mirror of
https://github.com/bitwarden/web
synced 2025-12-10 21:33:16 +00:00
Update jslib (28e3fff -> 72e3893) (#510)
* Update jslib (28e3fff -> 72e3893) * Updated lock description, updated vaultTimeoutService init Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 28e3fff739...72e3893f8e
@@ -109,8 +109,8 @@ const collectionService = new CollectionService(cryptoService, userService, stor
|
|||||||
searchService = new SearchService(cipherService, platformUtilsService);
|
searchService = new SearchService(cipherService, platformUtilsService);
|
||||||
const policyService = new PolicyService(userService, storageService);
|
const policyService = new PolicyService(userService, storageService);
|
||||||
const vaultTimeoutService = new VaultTimeoutService(cipherService, folderService, collectionService,
|
const vaultTimeoutService = new VaultTimeoutService(cipherService, folderService, collectionService,
|
||||||
cryptoService, platformUtilsService, storageService, messagingService, searchService, userService, null,
|
cryptoService, platformUtilsService, storageService, messagingService, searchService, userService, tokenService,
|
||||||
async () => messagingService.send('logout', { expired: false }));
|
null, async () => messagingService.send('logout', { expired: false }));
|
||||||
const syncService = new SyncService(userService, apiService, settingsService,
|
const syncService = new SyncService(userService, apiService, settingsService,
|
||||||
folderService, cipherService, cryptoService, collectionService, storageService, messagingService, policyService,
|
folderService, cipherService, cryptoService, collectionService, storageService, messagingService, policyService,
|
||||||
async (expired: boolean) => messagingService.send('logout', { expired: expired }));
|
async (expired: boolean) => messagingService.send('logout', { expired: expired }));
|
||||||
|
|||||||
@@ -3051,6 +3051,7 @@
|
|||||||
"message": "A logged out vault requires that you re-authenticate to access it again."
|
"message": "A logged out vault requires that you re-authenticate to access it again."
|
||||||
},
|
},
|
||||||
"lock": {
|
"lock": {
|
||||||
"message": "Lock"
|
"message": "Lock",
|
||||||
|
"description": "Verb form: to make secure or inaccesible by"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user