1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

twoFactorProvidersData

This commit is contained in:
Kyle Spearrin
2019-05-27 10:29:41 -04:00
parent 64bc93cdda
commit 81071be126
2 changed files with 2 additions and 2 deletions

View File

@@ -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(() => {