Skip to content

Commit 1cce83e

Browse files
committed
feat: SFA wallet-services testing
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 5c97ef9 commit 1cce83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/web3auth/core/Web3Auth.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu
391391
profileImage = it?.getClaim("picture")?.asString() ?: "",
392392
authConnectionId = loginParams.authConnectionId.toString(),
393393
authConnection = AuthConnection.CUSTOM.name.lowercase(Locale.ROOT),
394-
userId = it?.getClaim("email")?.asString() ?: "",
394+
userId = it?.getClaim("user_id")?.asString() ?: "",
395395
)
396396
}
397397
} catch (e: Exception) {

0 commit comments

Comments
 (0)