aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Http/Controllers/Auth/ResetPasswordController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Controllers/Auth/ResetPasswordController.php')
-rw-r--r--app/Http/Controllers/Auth/ResetPasswordController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php
index cf726ee..f5edc22 100644
--- a/app/Http/Controllers/Auth/ResetPasswordController.php
+++ b/app/Http/Controllers/Auth/ResetPasswordController.php
@@ -16,7 +16,7 @@ class ResetPasswordController extends Controller
| and uses a simple trait to include this behavior. You're free to
| explore this trait and override any methods you wish to tweak.
|
- */
+ */
use ResetsPasswords;
@@ -25,7 +25,7 @@ class ResetPasswordController extends Controller
*
* @var string
*/
- protected $redirectTo = '/home';
+ protected $redirectTo = '/';
/**
* Create a new controller instance.