@timardex/cluemart-shared 1.0.43 → 1.0.44
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/formFields/index.cjs +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3681,7 +3681,7 @@ var validateVerificationTokenFields = [
|
|
|
3681
3681
|
{
|
|
3682
3682
|
helperText: "Enter the Verification code sent to your email",
|
|
3683
3683
|
keyboardType: "number-pad",
|
|
3684
|
-
name: "
|
|
3684
|
+
name: "verificationToken",
|
|
3685
3685
|
placeholder: "Verification code"
|
|
3686
3686
|
}
|
|
3687
3687
|
];
|