From 33c5bd9632bbe973b03c6dddf7494cf0e3ca47b0 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 16 Feb 2026 08:09:55 -0800 Subject: [PATCH] Show body when displaying sign-in button on opacity:0 pages --- static/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/app.js b/static/app.js index abebf2d..f275b5f 100644 --- a/static/app.js +++ b/static/app.js @@ -90,6 +90,7 @@ export async function init() { const signin = document.getElementById('signin'); signin.style.display = 'flex'; + document.body.style.opacity = 1; profile = await new Promise((resolve) => { google.accounts.id.initialize({