1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

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
3 changed files with 6 additions and 2 deletions

2
jslib

Submodule jslib updated: 78b5f15042...1cbc119ad8

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."
}
}