Skip to content

Commit 375337f

Browse files
committed
feat: update processRequest method
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 0b70022 commit 375337f

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
@@ -154,7 +154,7 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu
154154
"appState",
155155
gson.toJson(loginIdObject).toByteArray(Charsets.UTF_8).toBase64URLString()
156156
)
157-
paramMap.put("sessionId", sessionManager.getSessionId())
157+
paramMap.put("sessionId", SessionManager.getSessionIdFromStorage())
158158
}
159159
paramMap.put("params", initParamsJson)
160160

0 commit comments

Comments
 (0)