@pelcro/react-pelcro-js 3.2.0-beta.37 → 3.2.0-beta.38

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/dist/index.cjs.js CHANGED
@@ -11638,15 +11638,13 @@ const Auth0LoginButton = ({
11638
11638
  }
11639
11639
 
11640
11640
  const {
11641
- email,
11642
- nickname
11641
+ email
11643
11642
  } = user;
11644
11643
  loginDispatch === null || loginDispatch === void 0 ? void 0 : loginDispatch({
11645
11644
  type: HANDLE_SOCIAL_LOGIN,
11646
11645
  payload: {
11647
11646
  idpName: "auth0",
11648
11647
  idpToken: accessToken,
11649
- firstName: nickname,
11650
11648
  email
11651
11649
  }
11652
11650
  });
@@ -11655,7 +11653,6 @@ const Auth0LoginButton = ({
11655
11653
  payload: {
11656
11654
  idpName: "auth0",
11657
11655
  idpToken: accessToken,
11658
- firstName: nickname,
11659
11656
  email
11660
11657
  }
11661
11658
  });
package/dist/index.esm.js CHANGED
@@ -11608,15 +11608,13 @@ const Auth0LoginButton = ({
11608
11608
  }
11609
11609
 
11610
11610
  const {
11611
- email,
11612
- nickname
11611
+ email
11613
11612
  } = user;
11614
11613
  loginDispatch === null || loginDispatch === void 0 ? void 0 : loginDispatch({
11615
11614
  type: HANDLE_SOCIAL_LOGIN,
11616
11615
  payload: {
11617
11616
  idpName: "auth0",
11618
11617
  idpToken: accessToken,
11619
- firstName: nickname,
11620
11618
  email
11621
11619
  }
11622
11620
  });
@@ -11625,7 +11623,6 @@ const Auth0LoginButton = ({
11625
11623
  payload: {
11626
11624
  idpName: "auth0",
11627
11625
  idpToken: accessToken,
11628
- firstName: nickname,
11629
11626
  email
11630
11627
  }
11631
11628
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.2.0-beta.37",
4
+ "version": "3.2.0-beta.38",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",