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
Generated
+202 -193
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -19,7 +19,7 @@ $(function () {
},
statusCode: {
401: function () {
window.location.href = '/';
window.location.href = '/auth/login';
},
403: function () {
window.location.href = '/';