diff --git a/Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs b/Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs index d19251d..7887975 100644 --- a/Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs +++ b/Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs @@ -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? loginConfig { get; set; }