1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-16 10:10:17 -04:00

Redirect to / when the intended url fails in the confirmpasswordcontroller

This commit is contained in:
Kevin MacMartin 2019-10-31 17:25:52 -04:00
parent 0b5da4bca9
commit 3a94d3ea48

View file

@ -25,7 +25,7 @@ class ConfirmPasswordController extends Controller
* *
* @var string * @var string
*/ */
protected $redirectTo = '/home'; protected $redirectTo = '/';
/** /**
* Create a new controller instance. * Create a new controller instance.