Skip to content

Commit

Permalink
fix display of username box on add account modal
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Jan 15, 2021
1 parent 3c1599b commit b1becb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/admin.html
Expand Up @@ -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" . }}
Expand Down

0 comments on commit b1becb9

Please sign in to comment.