mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-04 19:57:20 +02:00
Move where passwordChar lives
This commit is contained in:
parent
3b0a872eaf
commit
f9429dd2e6
2 changed files with 2 additions and 4 deletions
|
@ -38,7 +38,7 @@ function refreshThemeHelpers(theme) {
|
|||
getPasswordChar : function() {
|
||||
let pwChar = _.get(
|
||||
theme,
|
||||
'customization.defaults.general.passwordChar',
|
||||
'customization.defaults.passwordChar',
|
||||
Config().theme.passwordChar
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue