@hook-sdk/template 0.25.0 → 0.25.1

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.js CHANGED
@@ -2979,7 +2979,7 @@ function useForgotForm() {
2979
2979
  // src/hooks/useResetForm.ts
2980
2980
  import { useCallback as useCallback9, useEffect as useEffect10, useMemo as useMemo7, useState as useState12 } from "react";
2981
2981
  import { useHook as useHook13 } from "@hook-sdk/sdk";
2982
- var MIN_PASSWORD3 = 12;
2982
+ var MIN_PASSWORD3 = 8;
2983
2983
  function useResetForm() {
2984
2984
  const { auth } = useHook13();
2985
2985
  const [token, setToken] = useState12(null);