Improve GUI security by hiding passwords by default (#5)

This commit is contained in:
Jagi ᯅ 2025-09-24 14:14:34 +02:00 committed by GitHub
commit d57edc66b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,9 +27,9 @@ options:
schema:
hub_ip: 'str?'
fh_username: 'str?'
fh_password: 'str?'
fh_password: 'password?'
tp_username: 'str?'
tp_password: 'str?'
tp_password: 'password?'
demo_mode: 'bool?'
show_debug_log: 'bool?'