@pelcro/react-pelcro-js 3.26.0-beta.55 → 3.26.0-beta.56
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 +4 -2
- package/dist/index.esm.js +4 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27283,7 +27283,8 @@ const PasswordResetContainer = _ref => {
|
|
|
27283
27283
|
email,
|
|
27284
27284
|
password,
|
|
27285
27285
|
password_confirmation: confirmPassword,
|
|
27286
|
-
token
|
|
27286
|
+
token,
|
|
27287
|
+
referer: window.location.origin
|
|
27287
27288
|
}, (err, res) => {
|
|
27288
27289
|
dispatch({
|
|
27289
27290
|
type: DISABLE_SUBMIT,
|
|
@@ -27515,7 +27516,8 @@ const PasswordForgotContainer = _ref => {
|
|
|
27515
27516
|
email
|
|
27516
27517
|
} = _ref2;
|
|
27517
27518
|
window.Pelcro.password.forgot({
|
|
27518
|
-
email
|
|
27519
|
+
email,
|
|
27520
|
+
referer: window.location.origin
|
|
27519
27521
|
}, (err, res) => {
|
|
27520
27522
|
dispatch({
|
|
27521
27523
|
type: DISABLE_SUBMIT,
|
package/dist/index.esm.js
CHANGED
|
@@ -27253,7 +27253,8 @@ const PasswordResetContainer = _ref => {
|
|
|
27253
27253
|
email,
|
|
27254
27254
|
password,
|
|
27255
27255
|
password_confirmation: confirmPassword,
|
|
27256
|
-
token
|
|
27256
|
+
token,
|
|
27257
|
+
referer: window.location.origin
|
|
27257
27258
|
}, (err, res) => {
|
|
27258
27259
|
dispatch({
|
|
27259
27260
|
type: DISABLE_SUBMIT,
|
|
@@ -27485,7 +27486,8 @@ const PasswordForgotContainer = _ref => {
|
|
|
27485
27486
|
email
|
|
27486
27487
|
} = _ref2;
|
|
27487
27488
|
window.Pelcro.password.forgot({
|
|
27488
|
-
email
|
|
27489
|
+
email,
|
|
27490
|
+
referer: window.location.origin
|
|
27489
27491
|
}, (err, res) => {
|
|
27490
27492
|
dispatch({
|
|
27491
27493
|
type: DISABLE_SUBMIT,
|