mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Redirect the user to the login screen after resetting their password instead of the public site
This commit is contained in:
parent
90c597095c
commit
a4a686662f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class ResetPasswordController extends Controller
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $redirectTo = '/';
|
protected $redirectTo = '/login';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new controller instance.
|
* Create a new controller instance.
|
||||||
|
|
Loading…
Reference in a new issue