From 3893e91606d6009af77304ba0a7d990448074d4b Mon Sep 17 00:00:00 2001 From: Daniel Onyejesi Date: Sun, 22 Mar 2026 00:36:20 -0400 Subject: [PATCH] Fix: eliminate auth screen flash by hiding it synchronously in before render --- docker-compose.yml | 2 +- public/index.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a248bab..e1c9599 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: pediatric-scribe: - image: danielonyejesi/pediatric-ai-scribe-v3:v1.4 + image: danielonyejesi/pediatric-ai-scribe-v3:v1.5 ports: - "3552:3000" env_file: diff --git a/public/index.html b/public/index.html index 15f941e..b2a69ba 100644 --- a/public/index.html +++ b/public/index.html @@ -13,6 +13,8 @@ + +