diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index aa720934..d23904af 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -9,9 +9,7 @@ customization: { defaults: { - general: { - passwordChar: * - } + passwordChar: * dateTimeFormat: { short: MMM Do h:mm a diff --git a/core/theme.js b/core/theme.js index 2f88027e..6414da62 100644 --- a/core/theme.js +++ b/core/theme.js @@ -38,7 +38,7 @@ function refreshThemeHelpers(theme) { getPasswordChar : function() { let pwChar = _.get( theme, - 'customization.defaults.general.passwordChar', + 'customization.defaults.passwordChar', Config().theme.passwordChar );