Skip to content

Commit 8f3b29d

Browse files
committed
code refactored
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 7970e46 commit 8f3b29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Web3AuthSDK/Types/MfaSetting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class MfaSetting
77
public bool? mandatory { get; set; }
88

99
// Constructor
10-
public MfaSetting(bool? enable, int priority, bool? mandatory)
10+
public MfaSetting(bool enable, int? priority, bool? mandatory)
1111
{
1212
enable = enable;
1313
priority = priority;

0 commit comments

Comments
 (0)