mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-02 13:23:29 +01:00
twoFactorProvidersData
This commit is contained in:
parent
64bc93cdda
commit
81071be126
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit f76702bb44e7b9b504a74cc1535005aac1a0454a
|
Subproject commit cd46f64993545a1cb772e2f6a2137a675554f3c3
|
@ -85,7 +85,7 @@ export class TwoFactorComponent extends BaseTwoFactorComponent {
|
|||||||
return;
|
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 tab = BrowserApi.createNewTab(BrowserApi.getAssetUrl('2fa/index.html'));
|
||||||
const tabToSend = BrowserApi.makeTabObject(tab);
|
const tabToSend = BrowserApi.makeTabObject(tab);
|
||||||
window.setTimeout(() => {
|
window.setTimeout(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user