Fix password config type to be password in db

This commit is contained in:
Isaac Connor 2021-12-29 13:12:27 -05:00
parent e10aa3e60e
commit 763209ce15
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ our %types = (
format => q( $1\@$2 )
},
password => {
db_type => 'string',
db_type => 'password',
hint => 'password',
pattern => qr|^(.+)$|,
format => q($1)