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.