Skip to content

Commit f7ebb6e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Plugins/Web3AuthSDK/Types/MfaSetting.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
public class MfaSetting
44
{
5-
public bool? enable { get; set; }
6-
public int priority { get; set; }
5+
public bool enable { get; set; }
6+
public int? priority { get; set; }
77
public bool? mandatory { get; set; }
88

99
// Constructor

0 commit comments

Comments
 (0)