This commit is contained in:
BIG2EYEZ
2024-01-28 00:09:22 +08:00
parent 6190cb63cd
commit 548064782e
5 changed files with 19 additions and 43 deletions

View File

@ -39,4 +39,8 @@ const sendOTPByEmail = async (email, otp) => {
module.exports = {
generateOTP,
sendOTPByEmail
};
};