Skip to content

Commit

Permalink
added input 15 max length
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-adriansens authored Jan 15, 2024
1 parent e16e8b0 commit b67d359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h2></h2>
</div>

<div class="rang_wrapper">
<input class="" id="username" autocomplete="given-name" placeholder="username" required />
<input class="" id="username" autocomplete="given-name" placeholder="username" maxlength="15" required />

<hr class="sepperator hidden" />

Expand Down

0 comments on commit b67d359

Please sign in to comment.