1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Merge pull request #62 from kevinansfield/fix-401s-in-uploaders

Fix auth header caching in ajax service
This commit is contained in:
Hannah Wolfe 2016-06-13 14:07:58 +01:00 committed by GitHub
commit 6d289c01d7

View file

@ -53,7 +53,7 @@ export default AjaxService.extend({
}
return headers;
}),
}).volatile(),
handleResponse(status, headers, payload) {
if (this.isRequestEntityTooLargeError(status, headers, payload)) {