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:
2
jslib
2
jslib
Submodule jslib updated: fdaa4f9fa5...1cbc119ad8
@@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user