mirror of
https://github.com/bitwarden/cli
synced 2025-12-10 21:33:33 +00:00
Update jslib (#493)
* Update jslib * Add i18n error message * Update deps
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 78b5f15042...1cbc119ad8
@@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user