Skip to content

Commit f07ef2b

Browse files
committed
feat: code refactoring.
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 291cb2c commit f07ef2b

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
@@ -152,7 +152,7 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu
152152
"appState",
153153
gson.toJson(loginIdObject).toByteArray(Charsets.UTF_8).toBase64URLString()
154154
)
155-
paramMap.put("sessionId", sessionManager.getSessionId())
155+
paramMap.put("sessionId", sessionId)
156156
}
157157
paramMap.put("params", initParamsJson)
158158

0 commit comments

Comments
 (0)