Minor fixes to editor and auth

This commit is contained in:
Dan Brown
2015-08-05 21:16:10 +01:00
parent 71e2e057cb
commit 588364a202
4 changed files with 7 additions and 2 deletions

View File

@ -25,6 +25,7 @@ class AuthController extends Controller
protected $loginPath = '/login';
protected $redirectPath = '/';
protected $redirectAfterLogout = '/login';
/**