Skip to content

Commit 690c9a7

Browse files
implement client login form error handling
1 parent 0ef5f0d commit 690c9a7

File tree

4 files changed

+334
-142
lines changed

4 files changed

+334
-142
lines changed

package-lock.json

Lines changed: 38 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"db:seed:prod": "dotenv -e .env.production -- prisma db seed"
2020
},
2121
"dependencies": {
22+
"@hookform/resolvers": "^5.2.2",
2223
"@prisma/client": "^6.16.2",
2324
"@radix-ui/react-alert-dialog": "^1.1.15",
2425
"@radix-ui/react-avatar": "^1.1.10",
@@ -35,8 +36,10 @@
3536
"postcss": "^8.5.6",
3637
"react": "19.1.0",
3738
"react-dom": "19.1.0",
39+
"react-hook-form": "^7.63.0",
3840
"tailwind-merge": "^3.3.1",
39-
"tailwindcss": "^4.1.13"
41+
"tailwindcss": "^4.1.13",
42+
"zod": "^4.1.11"
4043
},
4144
"devDependencies": {
4245
"@eslint/eslintrc": "^3",

0 commit comments

Comments
 (0)