Actually use correct variable, actually use variable correctly and added a loadConfig entry
This commit is contained in:
+1
-2
@@ -296,8 +296,7 @@ const settings = {
|
||||
"encryption": new Select(get("smtp-encryption")),
|
||||
"server": new Input(get("smtp-server")),
|
||||
"port": new Input(get("smtp-port")),
|
||||
"password": new Input(get("smtp-password")),
|
||||
"cert-validation": new Input(get("smtp-cert-validation"))
|
||||
"password": new Input(get("smtp-password"))
|
||||
},
|
||||
"ombi": {
|
||||
"enabled": new Checkbox(get("ombi-enabled"), "", false, "ombi", "enabled"),
|
||||
|
||||
Reference in New Issue
Block a user