Skip to content

Commit 7a55edb

Browse files
author
lucifer
committed
fix: typo
1 parent a1c964e commit 7a55edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/users.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const secret = process.env.secret;
66

77
const clientId = "c16b80e7b58a5a007157";
88
const algorithm = "aes-256-ctr";
9+
const iv = crypto.randomBytes(16);
910

1011
const db = [
1112
{

0 commit comments

Comments
 (0)