]> git.cworth.org Git - zombocom-ai/commitdiff
Validate numeric code before form is submitted
authorCarl Worth <cworth@cworth.org>
Thu, 8 Dec 2022 16:45:43 +0000 (08:45 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 8 Dec 2022 16:51:28 +0000 (08:51 -0800)
The image generation script will reject any non-numeric seed as well
as any value larger than 2**32-1. So enforcing this up front at the
form will give the user a better experience.


No differences found