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
@@ -7,6 +7,7 @@ declare global {
api: PreloadApi;
electron: ElectronAPI;
queryLocalFonts?: () => Promise<Font[]>;
LEGACY_AUTHENTICATION?: boolean;
SERVER_LOCK?: boolean;
SERVER_NAME?: string;
SERVER_TYPE?: ServerType;