From da12e2961f064063cfbcbb53c882899f14a079a0 Mon Sep 17 00:00:00 2001 From: Attiya Ishaque Date: Mon, 26 Feb 2024 16:12:50 +0500 Subject: [PATCH] fix: browser header showing null --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e204398e6a..4594cc3c64 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - Authn | <%= process.env.SITE_NAME %> + <%= process.env.SITE_NAME ? 'Authn | ' + process.env.SITE_NAME : 'Authn' %>