mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix login image auth setting
This commit is contained in:
parent
b7e96ce6bc
commit
1a47e2fc76
@ -211,9 +211,7 @@ module.exports = {
|
|||||||
if (theme.login.image) {
|
if (theme.login.image) {
|
||||||
url = serveFile(themeApp,"/login/",theme.login.image);
|
url = serveFile(themeApp,"/login/",theme.login.image);
|
||||||
if (url) {
|
if (url) {
|
||||||
themeContextLogin.login = {
|
themeContextLogin.image = url
|
||||||
image: url
|
|
||||||
}
|
|
||||||
hasLoginTheme = true
|
hasLoginTheme = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user