Skip to content

Commit 565ab8a

Browse files
author
lucifer
committed
tft8
1 parent d7a9bf4 commit 565ab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function encrypt(text) {
1919

2020
const encrypted = Buffer.concat([cipher.update(text), cipher.final()]);
2121

22-
return encrypted.toString("utf-8");
22+
return encrypted.toString("utf8");
2323
}
2424

2525
function decrypt(content) {

0 commit comments

Comments
 (0)