1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

Update jslib (28e3fff -> 72e3893) (#427)

* Update jslib (28e3fff -> 72e3893)

* Update lock description

* Update vaultTimeoutService init

Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
This commit is contained in:
Vincent Salucci 2020-04-06 13:00:10 -05:00 committed by GitHub
parent c1113852a4
commit 93e7e9d261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

2
jslib

@ -1 +1 @@
Subproject commit 28e3fff739e64c2dd80d3d98717e2921895d16df
Subproject commit 72e3893f8eee79f1e3678839aa194f1096c343ea

View File

@ -110,8 +110,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 }));

View File

@ -1290,6 +1290,7 @@
"message": "A logged out vault requires that you re-authenticate to access it again."
},
"lock": {
"message": "Lock"
"message": "Lock",
"description": "Verb form: to make secure or inaccesible by"
}
}