1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-12 16:50:18 -04:00

Redirect to /dashboard after the password has been reset

This commit is contained in:
Kevin MacMartin 2016-01-27 22:19:27 -05:00
parent d113926f71
commit 336de1cedb

View file

@ -20,6 +20,13 @@ class PasswordController extends Controller
use ResetsPasswords;
/**
* Where to redirect users after login / registration.
*
* @var string
*/
protected $redirectTo = '/dashboard';
/**
* Create a new password controller instance.
*