fix: properly handle server lock and related properties

This commit is contained in:
Kendall Garner
2026-01-08 07:42:59 -08:00
parent 2fdc214c21
commit 7e67d0dac6
12 changed files with 40 additions and 28 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
declare global {
interface Window {
ANALYTICS_DISABLED?: boolean | string;
LEGACY_AUTHENTICATION?: boolean;
SERVER_LOCK?: boolean;
LEGACY_AUTHENTICATION?: boolean | string;
SERVER_LOCK?: boolean | string;
SERVER_NAME?: string;
SERVER_TYPE?: string;
SERVER_URL?: string;