Fix attempt

This commit is contained in:
David Duque 2020-04-15 18:01:33 +01:00
parent 21196620b6
commit 68768ed112
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@
relay_auth_pass.disabled = !(relay_enabled && auth_enabled)
}
api(
$(api(
"/system/smtp/relay",
"GET",
{},
@ -111,5 +111,5 @@
checkfields()
}
)
))
</script>