From e1f489838ccf1852f986fa33e4d1735f47d05677 Mon Sep 17 00:00:00 2001 From: Attiya Ishaque Date: Tue, 27 Feb 2024 12:52:25 +0500 Subject: [PATCH] fix: browser header showing null (#1168) --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 377b737b5e..8214f79888 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' %>