Fix login image auth setting

pull/4993/head
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
1 changed files with 1 additions and 3 deletions

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
}
}