@ampify/aquery
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@ampify/aquery", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "./dist/aquery.js", | ||
@@ -37,3 +37,3 @@ "module": "./src", | ||
}, | ||
"gitHead": "2f52d0962543ded5625ac0817036edf832eb6905" | ||
"gitHead": "61a774810a6f974ac8be989ed9e59ee73c879baf" | ||
} |
@@ -26,3 +26,3 @@ const defaults = { | ||
const createForm = ( | ||
{ form, url, proxy, success, error, submit, fields = [], debug }, | ||
{ form, url, proxy, redirect, success, error, submit, fields = [], debug }, | ||
$, | ||
@@ -43,2 +43,5 @@ ) => { | ||
fields.push({ name: 'ampifyProxyAction', value: action }); | ||
if (redirect) { | ||
fields.push({ name: 'redirect', value: redirect }); | ||
} | ||
} | ||
@@ -45,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45049
1434