From 9653bd207313469693aa56480dfa92f002cd30a8 Mon Sep 17 00:00:00 2001 From: Gaurav Goel Date: Fri, 3 Nov 2023 18:17:00 +0530 Subject: [PATCH] feat: update openlogin version to v6 Signed-off-by: Gaurav Goel --- Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }