We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca42f38 commit 56bab26Copy full SHA for 56bab26
public/index.html
@@ -1,7 +1,7 @@
1
<!doctype html>
2
<html lang="en-us">
3
<head>
4
- <title><%= process.env.SITE_NAME ? 'Authn | ' + process.env.SITE_NAME : 'Authn' %></title>
+ <title><%= (process.env.SITE_NAME && process.env.SITE_NAME != 'null') ? 'Authentication | ' + process.env.SITE_NAME : 'Authentication' %></title>
5
<meta charset="utf-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon"/>
0 commit comments