Skip to content

Commit

Permalink
make mfalavel configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Dec 7, 2023
1 parent 3b6e85c commit 310bef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ WhiteLabelAppName="Web3AuthUnrealDemo"
WhiteLabelDefaultLanguage=en
WhiteLabelTheme=dark
Web3AuthOptionsBuildEnv=PRODUCTION
LoginParamsMfaLevel=NONE

Binary file modified Plugins/Web3AuthSDK/Content/AuthInterface.uasset
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/Web3AuthSDK/Source/Web3AuthSDK/Public/Web3Auth.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ struct FLoginParams
FString redirectUrl;

UPROPERTY(EditAnywhere, BlueprintReadWrite)
FMFALevel mfaLevel;
FMFALevel mfaLevel = FMFALevel::OPTIONAL;

UPROPERTY(EditAnywhere, BlueprintReadWrite)
FCurve curve = FCurve::SECP256K1;
Expand Down

0 comments on commit 310bef0

Please sign in to comment.