add LEGACY_AUTH env variable (#1473)

This commit is contained in:
jeffvli
2026-01-01 20:33:27 -08:00
parent aaf840d358
commit 55cead87c8
8 changed files with 20 additions and 7 deletions
+1
View File
@@ -1,6 +1,7 @@
declare global {
interface Window {
ANALYTICS_DISABLED?: boolean | string;
LEGACY_AUTHENTICATION?: boolean;
SERVER_LOCK?: boolean;
SERVER_NAME?: string;
SERVER_TYPE?: string;