Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look at failure handling in sessions_controller #81

Open
emerencia opened this issue Feb 5, 2016 · 0 comments
Open

Look at failure handling in sessions_controller #81

emerencia opened this issue Feb 5, 2016 · 0 comments
Labels

Comments

@emerencia
Copy link
Contributor

    # TODO: MOET NOG!
    def failure
      redirect_to new_session_url,
                  flash: { error: 'Sorry, there was something wrong with your login attempt. Please try again.' }
    end

Is this ever called? Do we need to do anything different in this case?

@emerencia emerencia added the todo label Feb 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant