mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
Desktop/remove hard requirement auth wall on desktop (#5956)
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
081b1ec49e
commit
2e2b55e87d
Vendored
+2
@@ -21,6 +21,8 @@ interface ImportMetaEnv {
|
||||
readonly VITE_DESKTOP_BACKEND_URL: string;
|
||||
readonly VITE_SAAS_SERVER_URL: string;
|
||||
readonly VITE_SAAS_BACKEND_API_URL: string;
|
||||
/** When "true" (dev only), desktop auth treats JWT as expired — see authService.shouldSimulateExpiredJwt */
|
||||
readonly VITE_DEV_SIMULATE_EXPIRED_JWT: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user