After a failed login Devise seems to be calling the failure app in a new rack env and returning it's response which is typically the login page.
How do I add a middleware to devise failure app?
After a failed login Devise seems to be calling the failure app in a new rack env and returning it's response which is typically the login page.
How do I add a middleware to devise failure app?