* (Apollon77) Show password fields masked again in config

This commit is contained in:
Ingo Fischer
2022-03-25 09:25:32 +01:00
parent a4a7abedbe
commit 3021e3f5a5
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -93,6 +93,10 @@ Please check it https://www.smarthomejetzt.de/mit-iobroker-auf-eine-home-assista
-->
## Changelog
### __WORK IN PROGRESS__
* (Apollon77) Show password fields masked again in config
### 1.1.0 (2022-03-24)
* IMPORTANT: You need to re-enter the password once after installing this version!
* (Apollon77) Implement Service triggers to use any value to trigger or stringified JSON to call with fields
+2 -2
View File
@@ -85,11 +85,11 @@
<div class="row">
<div class="col s12 m8 l8">
<div class="col s6 m4 input-field">
<input type="text" class="value" id="password" />
<input type="password" class="value" id="password" />
<label for="password" class="translate">Password:</label>
</div>
<div class="col s6 m4 input-field">
<input type="text" class="value" id="passwordRepeat" />
<input type="password" class="value" id="passwordRepeat" />
<label for="passwordRepeat" class="translate">Password repeat:</label>
</div>
</div>