Sync mobile profile wallet card and 24h session idle timeout.
Deploy Ladill Merchant / deploy (push) Successful in 1m13s
Deploy Ladill Merchant / deploy (push) Successful in 1m13s
Show wallet balance prominently in the mobile profile bottom sheet with refresh on open; align session lifetime with the platform default. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'lifetime' => (int) env('SESSION_LIFETIME', 120),
|
||||
'lifetime' => (int) env('SESSION_LIFETIME', 1440),
|
||||
|
||||
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user