ashok 9 months ago
commit c2ddf0fdc7

@ -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