Skip to content

Commit 9653bd2

Browse files
committed
feat: update openlogin version to v6
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 29af569 commit 9653bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public string sdkUrl {
1919
}
2020
set { }
2121
}
22-
public const string openLoginVersion = "v5";
22+
public const string openLoginVersion = "v6";
2323

2424
public WhiteLabelData? whiteLabel { get; set; }
2525
public Dictionary<string, LoginConfigItem>? loginConfig { get; set; }

0 commit comments

Comments
 (0)