mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Update jslib (#2407)
* Update jslib * Add error message string for session timeout * Update deps
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: fdaa4f9fa5...1cbc119ad8
@@ -1869,5 +1869,8 @@
|
||||
},
|
||||
"toggleCharacterCount": {
|
||||
"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.environmentService,
|
||||
this.stateService,
|
||||
this.twoFactorService
|
||||
this.twoFactorService,
|
||||
this.i18nService
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user