mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
feat: Settings: password input with hide/show options
This commit is contained in:
@@ -348,7 +348,7 @@ return [
|
||||
],
|
||||
'database_password' => [
|
||||
'name' => 'Database Password',
|
||||
'type' => 'text',
|
||||
'type' => 'password',
|
||||
'default' => '',
|
||||
'show_if' => [
|
||||
'database_overwrite', '=', 'true'
|
||||
|
Reference in New Issue
Block a user