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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit fdaa4f9fa5c6ff8beefcf4d896a8a7f02dc7e3e9 Subproject commit 1cbc119ad8c0447046624634dcd09262bb3f9b46

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
); );
} }