Making the input in login of type password to avoid showing it.

This commit is contained in:
sergiotarxz 2021-06-06 00:50:01 +02:00
parent c3584056b4
commit 1746c0cc65
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<br/>
<label for="password">Password</label>
<br/>
<input type="text" name="password"/>
<input type="password" name="password"/>
<br/>
<input type="submit" value="Login"/>
</form>