Update jslib (#493)

* Update jslib

* Add i18n error message

* Update deps
This commit is contained in:
Thomas Rittson 2022-02-25 00:35:18 +10:00 committed by GitHub
parent 323c3ee04a
commit 1af0021af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 78b5f1504208931e17dbfd447331447b6fc4ca1f
Subproject commit 1cbc119ad8c0447046624634dcd09262bb3f9b46

View File

@ -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);

View File

@ -37,5 +37,8 @@
},
"invalidMasterPassword": {
"message": "Invalid master password."
},
"sessionTimeout": {
"message": "Your session has timed out. Please go back and try logging in again."
}
}