mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-22 21:21:35 +01:00
Update jslib (#493)
* Update jslib * Add i18n error message * Update deps
This commit is contained in:
parent
323c3ee04a
commit
1af0021af3
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 78b5f1504208931e17dbfd447331447b6fc4ca1f
|
||||
Subproject commit 1cbc119ad8c0447046624634dcd09262bb3f9b46
|
@ -312,7 +312,8 @@ export class Main {
|
||||
this.keyConnectorService,
|
||||
this.environmentService,
|
||||
this.stateService,
|
||||
this.twoFactorService
|
||||
this.twoFactorService,
|
||||
this.i18nService
|
||||
);
|
||||
|
||||
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
|
||||
|
@ -37,5 +37,8 @@
|
||||
},
|
||||
"invalidMasterPassword": {
|
||||
"message": "Invalid master password."
|
||||
},
|
||||
"sessionTimeout": {
|
||||
"message": "Your session has timed out. Please go back and try logging in again."
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user