reverted forgot password

master^2
Varun 9 months ago
parent 9d841e3897
commit 9f5ed26999

@ -550,6 +550,7 @@ exports.sendSms = async (request, reply) => {
req.end(); req.end();
} }
exports.forgotPassword = async (req, reply) => { exports.forgotPassword = async (req, reply) => {
try { try {
// Create a new User object from the request body // Create a new User object from the request body

Loading…
Cancel
Save