username length limit in ui

This commit is contained in:
nugroho 2025-07-01 00:17:32 +07:00
parent 3c0684928e
commit ceb447594a
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
<div style="display: grid; grid-template-columns: auto auto 1fr; column-gap:.5ch;">
<span>Username*</span>
<span>:</span>
<input type="text" id="unm">
<input type="text" id="unm" maxlength="16">
<span>Password*</span>
<span>:</span>
<input type="password" id="pwd">

View File

@ -1,7 +1,7 @@
<div style="display: grid; grid-template-columns: auto auto 1fr; column-gap:.5ch;">
<span>Username*</span>
<span>:</span>
<input type="text" id="unme">
<input type="text" id="unme" maxlength="16">
<span>Password*</span>
<span>:</span>
<input type="password" id="pwd">