Skip to content

Commit

Permalink
Update generateOTP.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath-KumarReddy authored Nov 16, 2023
1 parent 20b4504 commit e60d442
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/generateOTP.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ const generateOTP = () => {
const otp = Math.floor(100000 + Math.random() * 900000).toString();
return otp;
};

module.exports = generateOTP ;


module.exports = generateOTP ;

0 comments on commit e60d442

Please sign in to comment.