mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Redirect to /dashboard after the password has been reset
This commit is contained in:
parent
d113926f71
commit
336de1cedb
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue