mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +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;
|
||||
}),
|
||||
}).volatile(),
|
||||
|
||||
handleResponse(status, headers, payload) {
|
||||
if (this.isRequestEntityTooLargeError(status, headers, payload)) {
|
||||
|
Loading…
Reference in New Issue
Block a user