@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: '
|
|
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 =
|
|
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
|
|
794
|
+
case 15:
|
|
794
795
|
case "end":
|
|
795
796
|
return _context15.stop();
|
|
796
797
|
}
|