mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-01 23:01:28 +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.keyConnectorService,
|
||||||
this.environmentService,
|
this.environmentService,
|
||||||
this.stateService,
|
this.stateService,
|
||||||
this.twoFactorService
|
this.twoFactorService,
|
||||||
|
this.i18nService
|
||||||
);
|
);
|
||||||
|
|
||||||
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
|
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
|
||||||
|
@ -37,5 +37,8 @@
|
|||||||
},
|
},
|
||||||
"invalidMasterPassword": {
|
"invalidMasterPassword": {
|
||||||
"message": "Invalid master password."
|
"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