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
1 changed files with 3 additions and 0 deletions

View File

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