I am validating my form with express-validator...if I have errors, what's the best way to stop the form from submitting and go back to the login page. This is what I have, which works, just looking for best way to handle this (not sure about the return statement).I am validating my form with express-validator.