1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-26 03:17:47 +02:00

fix display of username box on add account modal

This commit is contained in:
Harvey Tindall 2021-01-15 13:37:09 +00:00
parent a579bcd463
commit 0b482116bb
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -8,7 +8,7 @@
window.notificationsEnabled = {{ .notifications }};
window.emailEnabled = {{ .email_enabled }};
window.ombiEnabled = {{ .ombiEnabled }};
window.usernamesEnabled = {{ .username }};
window.usernameEnabled = {{ .username }};
window.langFile = JSON.parse({{ .language }});
</script>
{{ template "header.html" . }}