rebase
This commit is contained in:
parent
4b76ec732f
commit
0051c7e9aa
|
@ -14,4 +14,6 @@ const encryptPassword = async(password) => {
|
|||
return crypto.publicEncrypt(externKey, buffer).toString("base64");
|
||||
};
|
||||
|
||||
//rebase
|
||||
|
||||
exports.encryptPassword = encryptPassword;
|
Reference in New Issue