Skip to content

Commit c375b3e

Browse files
author
Ravi Maurya
authored
for rebuilding (#224)
1 parent c9de61b commit c375b3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/src/controllers/EthVJTIController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const generateOTP = () => {
1010
return OTP;
1111
};
1212

13+
// sending mail to single user
1314
const sendMailToSingerUser = async (otp, email) => {
1415
const mailSubject = "EthVJTI Launch NFT One Time Password";
1516
const mailData = `Your OTP for EthVJTI Launch NFT is: ${otp}`;

0 commit comments

Comments
 (0)