Move where passwordChar lives
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
customization: {
|
||||
|
||||
defaults: {
|
||||
general: {
|
||||
passwordChar: *
|
||||
}
|
||||
passwordChar: *
|
||||
|
||||
dateTimeFormat: {
|
||||
short: MMM Do h:mm a
|
||||
|
||||
@@ -38,7 +38,7 @@ function refreshThemeHelpers(theme) {
|
||||
getPasswordChar : function() {
|
||||
let pwChar = _.get(
|
||||
theme,
|
||||
'customization.defaults.general.passwordChar',
|
||||
'customization.defaults.passwordChar',
|
||||
Config().theme.passwordChar
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user