mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
Changing auth cookie name back to jwt. (#2269)
This commit is contained in:
parent
5784f9e0b5
commit
f245d2b517
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue