1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Update jslib (#2407)

* Update jslib

* Add error message string for session timeout

* Update deps
This commit is contained in:
Thomas Rittson
2022-02-25 00:33:58 +10:00
committed by GitHub
parent 8f76e81582
commit b0dbb6f2f9
3 changed files with 6 additions and 2 deletions

2
jslib

Submodule jslib updated: fdaa4f9fa5...1cbc119ad8

View File

@@ -1869,5 +1869,8 @@
}, },
"toggleCharacterCount": { "toggleCharacterCount": {
"message": "Toggle character count" "message": "Toggle character count"
},
"sessionTimeout": {
"message": "Your session has timed out. Please go back and try logging in again."
} }
} }

View File

@@ -479,7 +479,8 @@ export default class MainBackground {
this.keyConnectorService, this.keyConnectorService,
this.environmentService, this.environmentService,
this.stateService, this.stateService,
this.twoFactorService this.twoFactorService,
this.i18nService
); );
} }