jaredhanson/passport-local

AuthenticationError is overridding badRequestMessage

jonniedarko opened this issue · 0 comments

I have a custom badRequest message for my 'signup' strategy that I am passing using badRequestMessage option but it still returns "Bad Request" when I have no password or username instead of the option I supplied.