1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00: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 committed by Harvey Tindall
parent 3c1599b6b7
commit b1becb9ef5

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" . }}