|
@@ -7127,7 +7127,7 @@ router.route("/teacherRegistration").post(function(req, res, next) {
|
|
|
router.route("/iniPassword").post(function(req, res, next) {
|
|
router.route("/iniPassword").post(function(req, res, next) {
|
|
|
_password = bcrypt.hashSync(_password, bcrypt.genSaltSync(10));
|
|
_password = bcrypt.hashSync(_password, bcrypt.genSaltSync(10));
|