username length limit in ui
This commit is contained in:
parent
3c0684928e
commit
ceb447594a
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user