Verify Email Generation

This commit is contained in:
yashrajverma 2021-05-28 13:16:05 +05:30
parent b31361fb4e
commit 7d14f3c3a5
2 changed files with 129 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@ -19,6 +19,6 @@ router.post("/resetpassword/:_id/:token", authController.resetpassword);
// router.post("/googleSignIn/:tokenId", authController.googleSignIn); // router.post("/googleSignIn/:tokenId", authController.googleSignIn);
// router.post("/verifyemail", authController.verfiyemail); router.post("/verifyemail", authController.verfiyemail);
module.exports = router; module.exports = router;