Change redirecTo in AuthController
This commit is contained in:
parent
2b940ce5ec
commit
99b97ca7ca
|
@ -28,7 +28,7 @@ class AuthController extends Controller
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $redirectTo = '/home';
|
||||
protected $redirectTo = '/';
|
||||
|
||||
/**
|
||||
* Create a new authentication controller instance.
|
||||
|
|
Loading…
Reference in New Issue