Skip to content

Commit

Permalink
feat: update openlogin version to v6
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Goel <[email protected]>
  • Loading branch information
grvgoel81 authored and Gaurav Goel committed Nov 3, 2023
1 parent 29af569 commit 9653bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public string sdkUrl {
}
set { }
}
public const string openLoginVersion = "v5";
public const string openLoginVersion = "v6";

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

0 comments on commit 9653bd2

Please sign in to comment.