No default instance title

merge-requests/16/head
Bob Mottram 2021-02-06 14:37:10 +00:00
parent 0376bda084
commit db6d0d0ba2
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ def htmlLogin(cssCache: {}, translate: {},
loginForm += '<form method="POST" action="/login">\n'
loginForm += ' <div class="imgcontainer">\n'
instanceTitle = getConfigParam(baseDir, 'instanceTitle')
if not instanceTitle:
instanceTitle = "Epicyon"
loginForm += textModeLogoHtml + '\n'
loginForm += \
' <img loading="lazy" src="' + loginImage + \