@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 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: "timardex@gmail.com",
1068
- firstName: "Csaba",
1069
- lastName: "Timar",
1070
- password: "qwertyui",
1071
- role: "admin" /* ADMIN */
1067
+ email: "",
1068
+ firstName: "",
1069
+ lastName: "",
1070
+ password: "",
1071
+ role: "customer" /* CUSTOMER */
1072
1072
  };
1073
1073
  function useRegisterForm() {
1074
1074
  const {