mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-11 16:06:38 +02:00
fix #342 mqtt password is hidden now
This commit is contained in:
parent
dbdc2ad5ab
commit
46c3d85936
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<label for="mqttUser">Username (optional)</label>
|
||||
<input type="text" class="text" name="mqttUser"/>
|
||||
<label for="mqttPwd">Password (optional)</label>
|
||||
<input type="text" class="text" name="mqttPwd"/>
|
||||
<input type="password" class="text" name="mqttPwd"/>
|
||||
<label for="mqttTopic">Topic</label>
|
||||
<input type="text" class="text" name="mqttTopic"/>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue