Redirect the user to the login screen after resetting their password instead of the public site

This commit is contained in:
Kevin MacMartin 2018-04-22 22:33:03 -04:00
parent 90c597095c
commit a4a686662f

View file

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