@stokr/components-library 2.3.41-beta.24 → 2.3.41-beta.25
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.
|
@@ -646,6 +646,12 @@ var HeaderHoClass = /*#__PURE__*/function (_Component) {
|
|
|
646
646
|
_this2.clearPopupError();
|
|
647
647
|
_this2.clearPopupSuccess();
|
|
648
648
|
_this2.setIsActionLoading(undefined);
|
|
649
|
+
|
|
650
|
+
// if we are in the expired token reset flow, we
|
|
651
|
+
// also need to close the reset password modal
|
|
652
|
+
if (isResettingExpiredToken) {
|
|
653
|
+
_this2.setOpenModalStatus('resetPassword', false);
|
|
654
|
+
}
|
|
649
655
|
},
|
|
650
656
|
onModalSwitch: function onModalSwitch() {
|
|
651
657
|
_this2.switchOpenModal('forgot', 'login');
|