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

Replaced 'str?' with 'password?' for fh_password and tp_password
This commit is contained in:
Andreas 2025-09-21 17:36:21 +02:00 committed by Adrian Jagielak
parent 0bb82f6d95
commit a8e5b00275
No known key found for this signature in database
GPG Key ID: 0818CF7AF6C62BFB

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?'