fix username input

This commit is contained in:
Arthur Lu 2022-12-19 18:47:05 -08:00
parent b2cd65212b
commit 0c66460bf7

View File

@ -15,7 +15,7 @@
<legend>Proxmox VE Login</legend> <legend>Proxmox VE Login</legend>
<div class="labels-inputs"> <div class="labels-inputs">
<label for="username">Username:</label> <label for="username">Username:</label>
<input type="number" min="1" max="10" id="username" name="username"> <input type="text" id="username" name="username">
<label for="username">Password:</label> <label for="username">Password:</label>
<input type="password" id="password" name="password"> <input type="password" id="password" name="password">
</div> </div>