feat: Implement AuthService for user registration with detailed field error handling and updated user roles.

This commit is contained in:
pradeepkumar
2025-12-22 11:53:53 +05:30
parent de32edb7ab
commit 5c6ab92056
6 changed files with 447 additions and 74 deletions

View File

@@ -9,6 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"axios": "^1.13.2",
"next": "16.1.0",
"next-auth": "^5.0.0-beta.30",
"react": "19.2.3",