fix username input
This commit is contained in:
parent
6ac057bdbf
commit
191936fde7
@ -15,7 +15,7 @@
|
||||
<legend>Proxmox VE Login</legend>
|
||||
<div class="labels-inputs">
|
||||
<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>
|
||||
<input type="password" id="password" name="password">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user