Fixes for Admin Login, @somaiya.edu validation, and Password Visibility

This commit is contained in:
arav
2026-01-14 02:47:28 +05:30
parent fe772067dd
commit a114719e00
9 changed files with 229 additions and 71 deletions

View File

@@ -29,7 +29,7 @@
"express": "^4.19.2",
"express-session": "^1.18.0",
"googleapis": "^134.0.0",
"jsonwebtoken": "^9.0.2",
"jsonwebtoken": "^9.0.3",
"mongodb": "^6.15.0",
"mongoose": "^8.9.5",
"mongoose-findorcreate": "^4.0.0",
@@ -42,6 +42,8 @@
"uuid": "^11.0.3"
},
"devDependencies": {
"nodemon": "^3.1.0"
"jest": "^30.2.0",
"nodemon": "^3.1.0",
"supertest": "^7.2.2"
}
}