hide password for testing with your actual password in front of colleagues

This commit is contained in:
Rene Zubcevic
2019-03-26 16:34:02 +01:00
committed by Nanne Baars
parent 4bafc19883
commit 2b2e267594
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<table>
<tr>
<td><label>Password</label></td>
<td><input name="password" value="" type="TEXT" placeholder="Enter a secure password"/></td>
<td><input name="password" value="" type="password" placeholder="Enter a secure password"/></td>
</tr>
<tr>
<td><button type="SUBMIT">Submit</button></td>