From 78645e44459b99b0de2590cea2f6e038e6dc7a46 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 5 Dec 2023 11:24:19 -0500 Subject: [PATCH] Changing auth cookie name back to jwt. --- src/shared/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/config.ts b/src/shared/config.ts index 6718de0a..70019742 100644 --- a/src/shared/config.ts +++ b/src/shared/config.ts @@ -26,7 +26,7 @@ export const updateUnreadCountsInterval = 30000; export const fetchLimit = 20; export const relTags = "noopener nofollow"; export const emDash = "\u2014"; -export const authCookieName = "auth"; +export const authCookieName = "jwt"; // No. of max displayed communities per // page on route "/communities"