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

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.