Oopsie! typo
This commit is contained in:
parent
48eb6bf72d
commit
5ec89a12ea
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<form method="POST" action="/login">
|
||||
<div class="form-group">
|
||||
<label for="username">Username</label>
|
||||
<input type="text" id="username" name="username" placeholder="Username" minlength="3" pattern="[\w0-9][\w0-9_-]" required>
|
||||
<input type="text" id="username" name="username" placeholder="Username" minlength="3" pattern="[\w0-9][\w0-9_-]+" required>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Reference in a new issue