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 29af569 commit 9653bd2Copy full SHA for 9653bd2
Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs
@@ -19,7 +19,7 @@ public string sdkUrl {
19
}
20
set { }
21
22
- public const string openLoginVersion = "v5";
+ public const string openLoginVersion = "v6";
23
24
public WhiteLabelData? whiteLabel { get; set; }
25
public Dictionary<string, LoginConfigItem>? loginConfig { get; set; }
0 commit comments