[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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user