瀏覽代碼

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

Daniel Supernault 3 年之前
父節點
當前提交
8803c6de3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
      * @var string
      */
      */
-    protected $redirectTo = '/home';
+    protected $redirectTo = '/i/web';
 
 
     /**
     /**
      * Create a new controller instance.
      * Create a new controller instance.