Skip to content

Commit b4fc1ee

Browse files
update default sessionTime
1 parent b52ed9e commit b4fc1ee

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
@@ -54,7 +54,7 @@ class Web3Auth(web3AuthOptions: Web3AuthOptions, context: Context) : WebViewResu
5454
private var web3AuthOption = web3AuthOptions
5555
private var sessionManager: SessionManager = SessionManager(
5656
context,
57-
web3AuthOptions.sessionTime ?: 600,
57+
web3AuthOptions.sessionTime ?: 86400,
5858
web3AuthOptions.redirectUrl.toString()
5959
)
6060

0 commit comments

Comments
 (0)