1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update LoginController, bump decayMinutes from 1 to 60

This commit is contained in:
Daniel Supernault 2021-12-25 21:47:16 -07:00
parent 3f511e3a39
commit 6bf92bed27
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -29,6 +29,9 @@ class LoginController extends Controller
*/
protected $redirectTo = '/';
protected $maxAttempts = 5;
protected $decayMinutes = 60;
/**
* Create a new controller instance.
*