Add ability to mask passwords (#494)

* add ability to mask passwords

* remove duplicate mask snapshot

* make sure only one click happens at a time
This commit is contained in:
Justin Halsall
2021-06-22 13:47:30 +02:00
committed by GitHub
parent c2e042ca6c
commit fee48f084c
8 changed files with 359 additions and 556 deletions

View File

@@ -28,6 +28,9 @@
<option value="2">2</option>
</select>
</label>
<label for="password">
<input type="password" />
</label>
</form>
</body>