Explorar el Código

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

Daniel Supernault hace 3 años
padre
commit
8803c6de3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.