@stokr/components-library 2.3.41-beta.2 → 2.3.41-beta.3

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.
@@ -97,7 +97,7 @@ var ResetPasswordModal = /*#__PURE__*/function (_PureComponent) {
97
97
  isTokenExpired: true,
98
98
  isCheckingToken: false,
99
99
  tokenError: {
100
- message: 'No activation code found in the URL'
100
+ message: 'The oobCode was not found in the URL!'
101
101
  }
102
102
  });
103
103
  return _context.abrupt("return");
@@ -783,14 +783,15 @@ var AuthProviderClass = /*#__PURE__*/function (_Component) {
783
783
  _context15.t0 = _context15["catch"](1);
784
784
  console.log('checkActivationLinkExpired error:', _context15.t0);
785
785
  if (!(_context15.t0.code === 'auth/expired-action-code' || _context15.t0.code === 'auth/invalid-action-code')) {
786
- _context15.next = 14;
786
+ _context15.next = 15;
787
787
  break;
788
788
  }
789
+ console.log('checkActivationLink error was either auth/expired-action-code or auth/invalid-action-code, setting token to EXPIRED! ');
789
790
  return _context15.abrupt("return", {
790
791
  expired: true,
791
792
  error: _context15.t0
792
793
  });
793
- case 14:
794
+ case 15:
794
795
  case "end":
795
796
  return _context15.stop();
796
797
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.3.41-beta.2",
3
+ "version": "2.3.41-beta.3",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",