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.
2 parents fc42c9f + 9feb81c commit 70ccb6dCopy full SHA for 70ccb6d
core/src/main/java/com/web3auth/core/Web3Auth.kt
@@ -364,6 +364,7 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions) {
364
"loginId", loginId
365
)
366
walletMap.addProperty("sessionId", sessionId)
367
+ walletMap.addProperty("isAndroid", true)
368
369
val walletHash =
370
"b64Params=" + gson.toJson(walletMap).toByteArray(Charsets.UTF_8)
0 commit comments