Skip to content

Commit 2b3267a

Browse files
Update server/encrypted-session.js
Co-authored-by: Copilot <[email protected]>
1 parent fc3d441 commit 2b3267a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/encrypted-session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import crypto from "node:crypto"
66

77

88

9-
export const COOKIE_NAME_ENCRYPTION_KEY = "session_encrpytion_key";
9+
export const COOKIE_NAME_ENCRYPTION_KEY = "session_encryption_key";
1010
export const COOKIE_NAME_SESSION = "session-cookie";
1111

1212
export const SECURE_SESSION_NAME = "encryptedSessionInternal";

0 commit comments

Comments
 (0)