Browse Source

Update jslib (#493)

* Update jslib

* Add i18n error message

* Update deps
pull/2722/head^2
Thomas Rittson 4 years ago committed by GitHub
parent
commit
1af0021af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jslib
  2. 3
      src/bw.ts
  3. 3
      src/locales/en/messages.json

2
jslib

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

3
src/bw.ts

@ -312,7 +312,8 @@ export class Main { @@ -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);

3
src/locales/en/messages.json

@ -37,5 +37,8 @@ @@ -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…
Cancel
Save