1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-06 08:59:21 +02:00

Changing user field type to text (#1337)

* Changing user field type to text

* Updated changelog

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
Philippe
2021-08-29 13:39:02 +02:00
committed by GitHub
parent 5928fe5485
commit 7cf3065111
2 changed files with 2 additions and 1 deletions

View File

@@ -49,7 +49,7 @@
<div class="field">
<label class="label" for="username">Username</label>
<div class="control">
<input class="input" type="email" placeholder="e.g. userx@example.com" name="username" id="username">
<input class="input" type="text" placeholder="e.g. userx@example.com" name="username" id="username">
</div>
</div>