Skip to content

Commit 87d5a63

Browse files
committed
feat: add platform parameter in launchWalletServices() function
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 064c4ac commit 87d5a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Plugins/Web3AuthSDK/Web3Auth.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ public async void launchWalletServices(ChainConfig chainConfig, string path = "w
324324
{
325325
{ "loginId", loginId },
326326
{ "sessionId", sessionId }
327+
{ "platform", "unity" }
327328
};
328329
string hash = Convert.ToBase64String(Encoding.UTF8.GetBytes(JsonConvert.SerializeObject(loginIdObject, Formatting.None,
329330
new JsonSerializerSettings

0 commit comments

Comments
 (0)