Point a few other redirectTo values to the correct places

This commit is contained in:
Kevin MacMartin 2019-10-31 17:27:49 -04:00
parent 3a94d3ea48
commit f7dec13812

View file

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