@frontegg/client
Advanced tools
Comparing version 1.0.58 to 1.0.59
@@ -233,4 +233,2 @@ "use strict"; | ||
proxy.on('proxyReq', function (proxyReq, req, res, _) { | ||
// Remove the ORIGIN header | ||
proxyReq.removeHeader('origin'); | ||
if (req.body) { | ||
@@ -237,0 +235,0 @@ var bodyData = JSON.stringify(req.body); |
{ | ||
"name": "@frontegg/client", | ||
"version": "1.0.58", | ||
"version": "1.0.59", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
121193
2434