From 3ef16f6c6aeab493e5fe369837f444d75f6877cd Mon Sep 17 00:00:00 2001 From: Daniel Onyejesi Date: Tue, 24 Mar 2026 11:24:26 -0400 Subject: [PATCH] Fix login screen not showing on sign-out Remove !important from #auth-screen CSS so the inline style set by exitApp() can override it and display the login form after logout. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 76bdd9a..29870dd 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,7 @@ - +