From 4758cd460c471b04a14cabe70e2ea1aae3fdb792 Mon Sep 17 00:00:00 2001 From: Attiya Ishaque Date: Mon, 26 Feb 2024 16:16:52 +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 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' %>