From 9f5ed269990c9dbdd3ab3342ab579ec57995b581 Mon Sep 17 00:00:00 2001 From: Varun Date: Fri, 10 Jan 2025 17:34:56 +0530 Subject: [PATCH] reverted forgot password --- src/controllers/userController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/userController.js b/src/controllers/userController.js index 6ea4854f..f99d7dc2 100644 --- a/src/controllers/userController.js +++ b/src/controllers/userController.js @@ -550,6 +550,7 @@ exports.sendSms = async (request, reply) => { req.end(); } + exports.forgotPassword = async (req, reply) => { try { // Create a new User object from the request body