mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update LoginController, bump decayMinutes from 1 to 60
This commit is contained in:
parent
3f511e3a39
commit
6bf92bed27
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ class LoginController extends Controller
|
|||
*/
|
||||
protected $redirectTo = '/';
|
||||
|
||||
protected $maxAttempts = 5;
|
||||
protected $decayMinutes = 60;
|
||||
|
||||
/**
|
||||
* Create a new controller instance.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue