Skip to content

Commit

Permalink
use mfa settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Sep 26, 2023
1 parent 9a4b0d8 commit 1ed8716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openlogin/src/OpenLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class OpenLogin {
if (!options.originData) options.originData = {};
if (!options.whiteLabel) options.whiteLabel = {};
if (!options.loginConfig) options.loginConfig = {};
// if (!options.mfaSettings) options.mfaSettings = {};
if (!options.mfaSettings) options.mfaSettings = {};
if (!options.storageServerUrl) options.storageServerUrl = "https://broadcast-server.tor.us";
if (!options.storageKey) options.storageKey = "local";
if (!options.webauthnTransports) options.webauthnTransports = ["internal"];
Expand Down

0 comments on commit 1ed8716

Please sign in to comment.