mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
feat: adjust constants
This commit is contained in:
parent
65fa09af5f
commit
f4b68c9bac
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export const AUTH_TOKEN = 'umami.auth';
|
|||
export const LOCALE_CONFIG = 'umami.locale';
|
||||
export const TIMEZONE_CONFIG = 'umami.timezone';
|
||||
export const DATE_RANGE_CONFIG = 'umami.date-range';
|
||||
export const TIME_UNIT_CONFIG = 'umami.time-range';
|
||||
export const TIME_UNIT_CONFIG = 'umami.time-unit';
|
||||
export const THEME_CONFIG = 'umami.theme';
|
||||
export const DASHBOARD_CONFIG = 'umami.dashboard';
|
||||
export const VERSION_CHECK = 'umami.version-check';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue