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 $redirectTo = '/';
protected $maxAttempts = 5;
protected $decayMinutes = 60;
/** /**
* Create a new controller instance. * Create a new controller instance.
* *