diff --git a/utilities/encrypted.js b/utilities/encrypted.js index 738ce03..3d8cb31 100644 --- a/utilities/encrypted.js +++ b/utilities/encrypted.js @@ -14,4 +14,6 @@ const encryptPassword = async(password) => { return crypto.publicEncrypt(externKey, buffer).toString("base64"); }; +//rebase + exports.encryptPassword = encryptPassword; \ No newline at end of file