Skip to content

Commit d7dedde

Browse files
committed
feat: update Web3AuthOptions
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 2b48b3c commit d7dedde

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
@@ -41,7 +41,7 @@ public string walletSdkUrl {
4141
public int sessionTime { get; set; } = 86400;
4242
public ChainConfig? chainConfig { get; set; }
4343
public Dictionary<string, string> originData { get; set; } = null;
44-
public bool? includeUserDataInToken { get; set; } = false;
44+
public bool? includeUserDataInToken { get; set; } = true;
4545

4646
public string dashboardUrl
4747
{

0 commit comments

Comments
 (0)