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
1 changed files with 1 additions and 1 deletions

View File

@ -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"