mirror of https://github.com/node-red/node-red.git
Fix login image auth setting
parent
b7e96ce6bc
commit
1a47e2fc76
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue