[fix](trx-frontend-http): show auth gate before startup checks

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 00:22:12 +01:00
parent e422dc0b89
commit 54c6320f73
@@ -1693,6 +1693,7 @@ document.querySelector(".tab-bar").addEventListener("click", (e) => {
// --- Auth startup sequence ---
async function initializeApp() {
showAuthGate(false);
const authStatus = await checkAuthStatus();
authEnabled = !authStatus.auth_disabled;