From 12189a01013531b7804a6ebb33ec6a778a2c3cb7 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 13d5177..39db8c9 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 @@ + +