Browse Source

Update ResetPasswordController redirectToo path to /i/web as /home is deprecated

Daniel Supernault 3 years ago
parent
commit
8803c6de3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Auth/ResetPasswordController.php

+ 1 - 1
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.