Skip to content

Commit c306d06

Browse files
authored
Merge branch 'master' into feat/auth-service-v9-updates
2 parents 0ad683d + 9826e01 commit c306d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/Web3AuthSDK/Web3Auth.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ private async Task<string> createSession(string data, long sessionTime, string a
782782
newSessionKey,
783783
jsonData
784784
),
785-
timeout = Math.Min(sessionTime, 7 * 86400),
785+
timeout = Math.Min(sessionTime, 30 * 86400),
786786
allowedOrigin = allowedOrigin
787787
}, result =>
788788
{

0 commit comments

Comments
 (0)