🔀 Merge branch 'fix-refresh-tot push origin masterken-oauth'
This commit is contained in:
@@ -418,6 +418,7 @@ async function proxyRequestToAxios(
|
|||||||
// The error-data was made available with request library via "error" but now on
|
// The error-data was made available with request library via "error" but now on
|
||||||
// axios via "response.data" so copy information over to keep it compatible
|
// axios via "response.data" so copy information over to keep it compatible
|
||||||
error.error = error.response.data;
|
error.error = error.response.data;
|
||||||
|
error.statusCode = error.response.status;
|
||||||
reject(error);
|
reject(error);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user