1
0
Эх сурвалжийг харах

Update LoginController, bump decayMinutes from 1 to 60

Daniel Supernault 3 жил өмнө
parent
commit
6bf92bed27

+ 3 - 0
app/Http/Controllers/Auth/LoginController.php

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