mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[EC-177] Update Key Connector error handling (#2748)
* Update jslib, deps and messages.json
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user