Changed session id generation.

This commit is contained in:
Mike Cao 2025-04-25 21:48:59 -07:00
parent d4b786380b
commit d44be466d8
2 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,3 @@
/* eslint-disable no-unused-vars */
export const CURRENT_VERSION = process.env.currentVersion;
export const AUTH_TOKEN = 'umami.auth';
export const LOCALE_CONFIG = 'umami.locale';