Remove unused code to skip auth (#7280)

This commit is contained in:
Jace Browning
2025-07-02 10:49:34 -04:00
committed by GitHub
parent fba62dab98
commit 1b75020686
7 changed files with 1 additions and 45 deletions

1
interface.d.ts vendored
View File

@ -79,7 +79,6 @@ export interface IElectronAPI {
VITE_KC_API_BASE_URL: string
VITE_KC_SITE_BASE_URL: string
VITE_KC_SITE_APP_URL: string
VITE_KC_SKIP_AUTH: string
VITE_KC_CONNECTION_TIMEOUT_MS: string
VITE_KC_DEV_TOKEN: string
NODE_ENV: string