From abea379eb037eef764afe127ab316cb0bb34e36c Mon Sep 17 00:00:00 2001 From: Attiya Ishaque Date: Tue, 27 Feb 2024 12:52:16 +0500 Subject: [PATCH] fix: browser header showing null (#1170) --- 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' %>