mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
change login expire to 10 minutes
revert back to local build
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ return [
|
||||
'users' => [
|
||||
'provider' => 'users',
|
||||
'table' => 'password_resets',
|
||||
'expire' => 60,
|
||||
'expire' => 3000,
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user