feat: Settings: password input with hide/show options

This commit is contained in:
slawkens
2025-02-02 21:55:16 +01:00
parent 19686725dc
commit 4fda4f643b
3 changed files with 32 additions and 1 deletions

View File

@@ -348,7 +348,7 @@ return [
],
'database_password' => [
'name' => 'Database Password',
'type' => 'text',
'type' => 'password',
'default' => '',
'show_if' => [
'database_overwrite', '=', 'true'