From 81071be126751bc3b3c326731807b323970ae637 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 27 May 2019 10:29:41 -0400 Subject: [PATCH] twoFactorProvidersData --- jslib | 2 +- src/popup/accounts/two-factor.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index f76702bb44..cd46f64993 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 343d847b8b..87f351609c 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(() => {