mario-core 2.9.192-release → 2.9.193-release
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.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22979,7 +22979,9 @@ var useForgotPassword = function useForgotPassword() {
|
|
|
22979
22979
|
dispatch(setLoading(true));
|
|
22980
22980
|
|
|
22981
22981
|
var _temp12 = _catch(function () {
|
|
22982
|
-
return Promise.resolve(resetPassword(
|
|
22982
|
+
return Promise.resolve(resetPassword(_extends({}, data, {
|
|
22983
|
+
key: key
|
|
22984
|
+
}))).then(function () {
|
|
22983
22985
|
history.push(LOGIN);
|
|
22984
22986
|
dispatch(setAlert({
|
|
22985
22987
|
type: "success",
|