Check if user exists on login

This commit is contained in:
headlesdev
2025-05-17 15:37:25 +02:00
parent eb72e07d7f
commit 6c0edecabf
3 changed files with 300 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
"dependencies": {
"@prisma/client": "^6.8.2",
"@types/jsonwebtoken": "^9.0.9",
"axios": "^1.9.0",
"bcryptjs": "^3.0.2",
"daisyui": "^5.0.35",
"jsonwebtoken": "^9.0.2",