We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cc6bd commit 1abf1beCopy full SHA for 1abf1be
Assets/Plugins/Web3AuthSDK/Web3Auth.cs
@@ -110,7 +110,7 @@ public void setOptions(Web3AuthOptions web3AuthOptions)
110
if (this.web3AuthOptions.clientId != null)
111
this.initParams["clientId"] = this.web3AuthOptions.clientId;
112
113
- if (this.web3AuthOptions.clientId != null)
+ if (this.web3AuthOptions.buildEnv != null)
114
this.initParams["buildEnv"] = this.web3AuthOptions.buildEnv.ToString().ToLower();
115
116
this.initParams["network"] = this.web3AuthOptions.network.ToString().ToLower();
0 commit comments