Oopsie! typo

main
Charlotte Som 2021-07-29 23:51:15 +01:00
parent 48eb6bf72d
commit 5ec89a12ea
1 changed files with 1 additions and 1 deletions

View File

@ -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">