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' %>