diff --git a/jslib b/jslib index f76702bb44e..cd46f649935 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit f76702bb44e7b9b504a74cc1535005aac1a0454a +Subproject commit cd46f64993545a1cb772e2f6a2137a675554f3c3 diff --git a/src/popup/accounts/two-factor.component.ts b/src/popup/accounts/two-factor.component.ts index 343d847b8bc..87f351609c0 100644 --- a/src/popup/accounts/two-factor.component.ts +++ b/src/popup/accounts/two-factor.component.ts @@ -85,7 +85,7 @@ export class TwoFactorComponent extends BaseTwoFactorComponent { return; } - const params = this.authService.twoFactorProviders.get(this.selectedProviderType); + const params = this.authService.twoFactorProvidersData.get(this.selectedProviderType); const tab = BrowserApi.createNewTab(BrowserApi.getAssetUrl('2fa/index.html')); const tabToSend = BrowserApi.makeTabObject(tab); window.setTimeout(() => {