From f42e761e529d162cbc5e934baeda1a13eae82aeb Mon Sep 17 00:00:00 2001 From: Krystie Date: Fri, 24 Jul 2026 01:39:38 -0700 Subject: [PATCH] fix(auth): remove stray brace breaking auto-login page inline script The never-trap fallback commit (fb638f6) left an extra closing brace after the fail() call in the plex/jellyfin/emby page bodies (JSON.stringify(j))} followed by another }).catch(...) on the next line - one brace too many, since unlike the chat body these have no try/catch needing the extra scope). This threw a SyntaxError parsing the inline