Actually use correct variable, actually use variable correctly and added a loadConfig entry

This commit is contained in:
Stefan Schokker
2021-11-09 21:18:54 +01:00
parent 556c31d4ea
commit b7236319ec
3 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -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"),