Browse Source

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

Daniel Supernault 3 năm trước cách đây
mục cha
commit
8803c6de3d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.