Fix login image auth setting

This commit is contained in:
Nick O'Leary 2024-12-16 17:09:31 +00:00
parent b7e96ce6bc
commit 1a47e2fc76
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -211,9 +211,7 @@ module.exports = {
if (theme.login.image) {
url = serveFile(themeApp,"/login/",theme.login.image);
if (url) {
themeContextLogin.login = {
image: url
}
themeContextLogin.image = url
hasLoginTheme = true
}
}