diff --git a/src/core/plugins/auth/actions.js b/src/core/plugins/auth/actions.js index 772e858c..ffef9eb2 100644 --- a/src/core/plugins/auth/actions.js +++ b/src/core/plugins/auth/actions.js @@ -135,7 +135,6 @@ export const authorizeRequest = ( data ) => ( { fn, authActions, errActions, aut let _headers = Object.assign({ "Accept":"application/json, text/plain, */*", - "Access-Control-Allow-Origin": "*", "Content-Type": "application/x-www-form-urlencoded" }, headers)