]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/AuthController.php
Improved empty lists. Fixes #10.
[bookstack] / app / Http / Controllers / Auth / AuthController.php
index 84282b916ce7d990500f1543d9e6a58e1bbdf571..11f68fb983ba4b945bdcc2bd90adaf01a36cfe2e 100644 (file)
@@ -23,6 +23,11 @@ class AuthController extends Controller
 
     use AuthenticatesAndRegistersUsers, ThrottlesLogins;
 
+    protected $loginPath = '/login';
+    protected $redirectPath = '/';
+    protected $redirectAfterLogout = '/login';
+
+
     /**
      * Create a new authentication controller instance.
      *