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