@timardex/cluemart-shared 1.0.3 → 1.0.4
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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1064,11 +1064,11 @@ function useLoginForm() {
|
|
|
1064
1064
|
var import_yup6 = require("@hookform/resolvers/yup");
|
|
1065
1065
|
var import_react_hook_form6 = require("react-hook-form");
|
|
1066
1066
|
var defaultValues3 = {
|
|
1067
|
-
email: "
|
|
1068
|
-
firstName: "
|
|
1069
|
-
lastName: "
|
|
1070
|
-
password: "
|
|
1071
|
-
role: "
|
|
1067
|
+
email: "",
|
|
1068
|
+
firstName: "",
|
|
1069
|
+
lastName: "",
|
|
1070
|
+
password: "",
|
|
1071
|
+
role: "customer" /* CUSTOMER */
|
|
1072
1072
|
};
|
|
1073
1073
|
function useRegisterForm() {
|
|
1074
1074
|
const {
|