mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Redirect to / when the intended url fails in the confirmpasswordcontroller
This commit is contained in:
parent
0b5da4bca9
commit
3a94d3ea48
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class ConfirmPasswordController extends Controller
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $redirectTo = '/home';
|
||||
protected $redirectTo = '/';
|
||||
|
||||
/**
|
||||
* Create a new controller instance.
|
||||
|
|
Loading…
Reference in a new issue