Remove `pattern` from login input (#40)

it was just wrong! not helpful to anyone
This commit is contained in:
Ben Visness 2022-06-12 09:03:52 -05:00
parent 6fbaaf6992
commit dd3b889aaf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<input type="hidden" name="redirect" value="{{ .RedirectUrl }}" />
<p class="mb2">
<label class="db b" for="username">Username</label>
<input class="db w5" name="username" minlength="3" maxlength="30" type="text" required pattern="^[0-9a-zA-Z][\w-]{2,29}$" />
<input class="db w5" name="username" minlength="3" maxlength="30" type="text" required />
</p>
<p class="mb2">