Skip to content

Commit 1abf1be

Browse files
committed
resolved PR comments
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 78cc6bd commit 1abf1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Web3AuthSDK/Web3Auth.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void setOptions(Web3AuthOptions web3AuthOptions)
110110
if (this.web3AuthOptions.clientId != null)
111111
this.initParams["clientId"] = this.web3AuthOptions.clientId;
112112

113-
if (this.web3AuthOptions.clientId != null)
113+
if (this.web3AuthOptions.buildEnv != null)
114114
this.initParams["buildEnv"] = this.web3AuthOptions.buildEnv.ToString().ToLower();
115115

116116
this.initParams["network"] = this.web3AuthOptions.network.ToString().ToLower();

0 commit comments

Comments
 (0)