admin: add setting to hide background on login

for #288.
This commit is contained in:
Harvey Tindall
2023-10-02 10:34:07 +01:00
parent ff1ea8549a
commit 9956bbd974
9 changed files with 50 additions and 5 deletions
+1
View File
@@ -18,6 +18,7 @@
window.jfAdminOnly = {{ .jfAdminOnly }};
window.jfAllowAll = {{ .jfAllowAll }};
window.referralsEnabled = {{ .referralsEnabled }};
window.loginAppearance = "{{ .loginAppearance }}";
</script>
<title>Admin - jfa-go</title>
{{ template "header.html" . }}