Skip to content

Commit

Permalink
Add Forgot Password Functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
SajanGhuman authored and Paxxack committed Oct 23, 2024
1 parent 66e4d18 commit d3ba1cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

.env
.env.local
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"dependencies": {
"@prisma/client": "^5.21.1",
"bcryptjs": "^2.4.3",
"next-auth": "^4.24.8",
"prisma": "^5.21.1"
}
}

0 comments on commit d3ba1cb

Please sign in to comment.