complete-web-developer-manual
complete-web-developer-manual copied to clipboard
Missing the minlength argument
I am currently enrolled in your course on becoming a complete web developer, as God wills. I noticed in one of your instructional videos that you mistakenly used the 'min' attribute for password validation, when you actually intended to use 'minlength.' I also observed that the 'min' attribute is still present in the markup code here, maybe you also want to mention 'minlength' here, and as god wishes, would like to create my first pull request here with you
Fixed this with PR #95