mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
[EC-177] Update Key Connector error handling (#2748)
* Update jslib, deps and messages.json
This commit is contained in:
Submodule apps/cli/jslib updated: 1370006f6e...a6fe5c7900
@@ -228,7 +228,8 @@ export class Main {
|
||||
this.tokenService,
|
||||
this.logService,
|
||||
this.organizationService,
|
||||
this.cryptoFunctionService
|
||||
this.cryptoFunctionService,
|
||||
async (expired: boolean) => await this.logout()
|
||||
);
|
||||
|
||||
this.twoFactorService = new TwoFactorService(this.i18nService, this.platformUtilsService);
|
||||
|
||||
@@ -40,5 +40,8 @@
|
||||
},
|
||||
"sessionTimeout": {
|
||||
"message": "Your session has timed out. Please go back and try logging in again."
|
||||
},
|
||||
"ssoKeyConnectorError": {
|
||||
"message": "Key Connector error: make sure Key Connector is available and working correctly."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user