Lower the minimum input string requirements

This commit is contained in:
987123879113 2021-09-23 09:25:39 +09:00
parent 0cdd2c7ffc
commit e97c1fa676
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<br>
<form id="passform" action="javascript:generatePassword();">
<input id="serial" type="text" placeholder="Machine License Key (DASHES REQUIRED)" minlength="21" maxlength="24" required />
<input id="serial" type="text" placeholder="Machine License Key (DASHES REQUIRED)" minlength="6" maxlength="24" required />
<input type="submit" value="GENERATE" />
</form>
<br>