Commit e6dff087 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3606 from phecho/patch-1

Change redirecTo in AuthController
parents 2b940ce5 99b97ca7
......@@ -28,7 +28,7 @@ class AuthController extends Controller
*
* @var string
*/
protected $redirectTo = '/home';
protected $redirectTo = '/';
/**
* Create a new authentication controller instance.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment