1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +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

2
jslib

Submodule jslib updated: f76702bb44...cd46f64993

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