Merge branch '2.4' into patch-1

This commit is contained in:
Vitor Baptista
2017-08-31 17:09:28 +01:00
committed by GitHub
2 changed files with 203 additions and 194 deletions

395
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@ $(function () {
},
statusCode: {
401: function () {
window.location.href = '/';
window.location.href = '/auth/login';
},
403: function () {
window.location.href = '/';