We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7970e46 commit 8f3b29dCopy full SHA for 8f3b29d
Assets/Plugins/Web3AuthSDK/Types/MfaSetting.cs
@@ -7,7 +7,7 @@ public class MfaSetting
7
public bool? mandatory { get; set; }
8
9
// Constructor
10
- public MfaSetting(bool? enable, int priority, bool? mandatory)
+ public MfaSetting(bool enable, int? priority, bool? mandatory)
11
{
12
enable = enable;
13
priority = priority;
0 commit comments