mekasu0124

Untitled

Jan 19th, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. exports.send_email_verification_code = (req, res, next) => {
  2.   const email = req.body.email;
  3. };
  4.  
Advertisement
Add Comment
Please, Sign In to add comment