Reputation: 2365
I'm using Rails 4.1.8 and Devise 3.4.1. When a wrong username/password combo is used the resulting page is loaded with a 200 response. I want this response to use response code 401.
How can I make this change?
Upvotes: 1
Views: 529