Changing auth cookie name back to jwt. (#2269)

This commit is contained in:
Dessalines 2023-12-05 12:56:29 -05:00 committed by GitHub
parent 5784f9e0b5
commit f245d2b517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"