```refactor Add reset password form component with Zod validation, email input handling, and internationalization support for custom auth flow

```
This commit is contained in:
2025-05-16 11:07:13 +08:00
parent bf059147c7
commit a8b0a63648
2 changed files with 132 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"node": "==22"
},
"scripts": {
"dev": "next dev",
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"build:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 15 --exec \"pnpm run build\"",
"start": "next start",
@@ -117,4 +117,4 @@
"protobufjs"
]
}
}
}