Skip to content

Commit 329c6f6

Browse files
committed
feat: code refractored
Signed-off-by: Gaurav Goel <[email protected]>
1 parent c0ee4ae commit 329c6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Plugins/Web3AuthSDK/Web3Auth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,11 +342,11 @@ public async void launchWalletServices(ChainConfig chainConfig, string path = "w
342342
UriBuilder uriBuilder = new UriBuilder(this.web3AuthOptions.walletSdkUrl);
343343
if(this.web3AuthOptions.sdkUrl.Contains("develop"))
344344
{
345-
uriBuilder.Path = "/" + "start";
345+
uriBuilder.Path = "/" + path;
346346
}
347347
else
348348
{
349-
uriBuilder.Path += "/" + "start";
349+
uriBuilder.Path += "/" + path;
350350
}
351351
uriBuilder.Fragment = "b64Params=" + hash;
352352
//Debug.Log("finalUriBuilderToOpen: =>" + uriBuilder.ToString());

0 commit comments

Comments
 (0)