Skip to content

Commit 3d4fd3a

Browse files
committed
feat: fix error
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 87d5a63 commit 3d4fd3a

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
@@ -323,7 +323,7 @@ public async void launchWalletServices(ChainConfig chainConfig, string path = "w
323323
var loginIdObject = new Dictionary<string, string>
324324
{
325325
{ "loginId", loginId },
326-
{ "sessionId", sessionId }
326+
{ "sessionId", sessionId },
327327
{ "platform", "unity" }
328328
};
329329
string hash = Convert.ToBase64String(Encoding.UTF8.GetBytes(JsonConvert.SerializeObject(loginIdObject, Formatting.None,

0 commit comments

Comments
 (0)