mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 22:02:11 +03:00
Merge pull request #62 from kevinansfield/fix-401s-in-uploaders
Fix auth header caching in ajax service
This commit is contained in:
commit
1d31a8d973
@ -53,7 +53,7 @@ export default AjaxService.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return headers;
|
return headers;
|
||||||
}),
|
}).volatile(),
|
||||||
|
|
||||||
handleResponse(status, headers, payload) {
|
handleResponse(status, headers, payload) {
|
||||||
if (this.isRequestEntityTooLargeError(status, headers, payload)) {
|
if (this.isRequestEntityTooLargeError(status, headers, payload)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user