Update jslib (#2407)
* Update jslib * Add error message string for session timeout * Update deps
This commit is contained in:
parent
8f76e81582
commit
b0dbb6f2f9
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit fdaa4f9fa5c6ff8beefcf4d896a8a7f02dc7e3e9
|
Subproject commit 1cbc119ad8c0447046624634dcd09262bb3f9b46
|
|
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue