From 8803c6de3d2b420471159f45222abb0a1812b056 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 19 Jul 2022 22:48:50 -0600 Subject: [PATCH] Update ResetPasswordController redirectToo path to /i/web as /home is deprecated --- app/Http/Controllers/Auth/ResetPasswordController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php index cf726eecd..72d70b79d 100644 --- a/app/Http/Controllers/Auth/ResetPasswordController.php +++ b/app/Http/Controllers/Auth/ResetPasswordController.php @@ -25,7 +25,7 @@ class ResetPasswordController extends Controller * * @var string */ - protected $redirectTo = '/home'; + protected $redirectTo = '/i/web'; /** * Create a new controller instance.