@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3087,7 +3087,7 @@ function useForgotForm() {
|
|
|
3087
3087
|
// src/hooks/useResetForm.ts
|
|
3088
3088
|
var import_react21 = require("react");
|
|
3089
3089
|
var import_sdk16 = require("@hook-sdk/sdk");
|
|
3090
|
-
var MIN_PASSWORD3 =
|
|
3090
|
+
var MIN_PASSWORD3 = 8;
|
|
3091
3091
|
function useResetForm() {
|
|
3092
3092
|
const { auth } = (0, import_sdk16.useHook)();
|
|
3093
3093
|
const [token, setToken] = (0, import_react21.useState)(null);
|