1
0
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:
Thomas Rittson
2022-05-26 11:16:05 +10:00
committed by GitHub
parent ebb66e71dd
commit 8519decb7c
8 changed files with 30 additions and 22 deletions

View File

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

View File

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