We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a9bf4 commit 565ab8aCopy full SHA for 565ab8a
routes/users.js
@@ -19,7 +19,7 @@ function encrypt(text) {
19
20
const encrypted = Buffer.concat([cipher.update(text), cipher.final()]);
21
22
- return encrypted.toString("utf-8");
+ return encrypted.toString("utf8");
23
}
24
25
function decrypt(content) {
0 commit comments