Move where passwordChar lives

This commit is contained in:
Bryan Ashby 2018-11-15 20:32:08 -07:00
parent 3b0a872eaf
commit f9429dd2e6
2 changed files with 2 additions and 4 deletions

View File

@ -9,9 +9,7 @@
customization: {
defaults: {
general: {
passwordChar: *
}
passwordChar: *
dateTimeFormat: {
short: MMM Do h:mm a

View File

@ -38,7 +38,7 @@ function refreshThemeHelpers(theme) {
getPasswordChar : function() {
let pwChar = _.get(
theme,
'customization.defaults.general.passwordChar',
'customization.defaults.passwordChar',
Config().theme.passwordChar
);