propro-utils 1.5.42 → 1.5.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-utils",
3
- "version": "1.5.42",
3
+ "version": "1.5.44",
4
4
  "description": "Auth middleware for propro-auth",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -117,7 +117,7 @@ class AuthMiddleware {
117
117
  try {
118
118
  const response = await this.proxyToAuthServer(
119
119
  req,
120
- `/api/v1/auth/signup?returnTokens=${returnTokens}`,
120
+ `/api/v1/auth/signup`,
121
121
  req.body
122
122
  );
123
123