Merge pull request #18 from yashrajverma/yashrajverma

Verify Email Generation
This commit is contained in:
yashraj verma 2021-05-28 13:16:41 +05:30 committed by GitHub
commit 72bf63c7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;