mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
fix: properly handle server lock and related properties
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user