diff --git a/src/ui/desktop/authentication/Auth.tsx b/src/ui/desktop/authentication/Auth.tsx index 3549fc62..5ee3da8c 100644 --- a/src/ui/desktop/authentication/Auth.tsx +++ b/src/ui/desktop/authentication/Auth.tsx @@ -596,6 +596,11 @@ export function Auth({ useEffect(() => { const checkServerConfig = async () => { + if (isInElectronWebView()) { + setShowServerConfig(false); + return; + } + if (isElectron()) { try { const config = await getServerConfig();