fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.54k stars 3.89k forks source link

fix: make password length validation work #3682

Closed jordijs closed 3 months ago

jordijs commented 3 months ago

The password length validation was not being executed as it was not accessing the corresponding position in the array of process.argv

jordijs commented 3 months ago

You are totally right. Sorry, I thought that the goal was validating the length of the password but now I see that it was correctly validating if a password was given. Thank you very much for the explanation.