Commit 5b781068 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4001 from RonMelkhior/master

Add redirectTo attribute to the reset password controller
parents 7a851c75 6b73fae8
...@@ -20,6 +20,13 @@ class ResetPasswordController extends Controller ...@@ -20,6 +20,13 @@ class ResetPasswordController extends Controller
use ResetsPasswords; use ResetsPasswords;
/**
* Where to redirect users after resetting their password.
*
* @var string
*/
protected $redirectTo = '/home';
/** /**
* Create a new controller instance. * Create a new controller instance.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment