Compare commits

..

3 Commits

Author SHA1 Message Date
Jagi ᯅ
d57edc66b2
Improve GUI security by hiding passwords by default (#5) 2025-09-24 14:14:34 +02:00
Andreas
2681761a69
Merge pull request #1 from Andbli/gui-security-patch
Improve GUI security by hiding password by default.
2025-09-21 17:37:21 +02:00
Andreas
785864ae03
Improve GUI security by hiding password by default.
Replaced 'str?' with 'password?' for fh_password and tp_password
2025-09-21 17:36:21 +02:00

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