Merge branch '2.4' into patch-1
This commit is contained in:
Generated
+202
-193
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@ $(function () {
|
|||||||
},
|
},
|
||||||
statusCode: {
|
statusCode: {
|
||||||
401: function () {
|
401: function () {
|
||||||
window.location.href = '/';
|
window.location.href = '/auth/login';
|
||||||
},
|
},
|
||||||
403: function () {
|
403: function () {
|
||||||
window.location.href = '/';
|
window.location.href = '/';
|
||||||
|
|||||||
Reference in New Issue
Block a user