From 0051c7e9aa9cf54b44566cdfb09a306b517d8ab4 Mon Sep 17 00:00:00 2001 From: llopis15 Date: Tue, 16 Mar 2021 08:03:39 +0100 Subject: [PATCH] rebase --- utilities/encrypted.js | 2 ++ 1 file changed, 2 insertions(+) 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