Changing auth cookie name back to jwt.

This commit is contained in:
Dessalines 2023-12-05 11:24:19 -05:00
parent 7702c041e5
commit 78645e4445

View file

@ -26,7 +26,7 @@ export const updateUnreadCountsInterval = 30000;
export const fetchLimit = 20; export const fetchLimit = 20;
export const relTags = "noopener nofollow"; export const relTags = "noopener nofollow";
export const emDash = "\u2014"; export const emDash = "\u2014";
export const authCookieName = "auth"; export const authCookieName = "jwt";
// No. of max displayed communities per // No. of max displayed communities per
// page on route "/communities" // page on route "/communities"