rokumatsumoto/boyutluseyler

View on GitHub
app/views/errors/omniauth_error.html.haml

Summary

Maintainability
Test Coverage
- content_for(:title, 'Auth Error')

.container
  %h3 Sign-in using #{@provider} auth failed

  %p.light.subtitle Sign-in failed because #{@error}.

  %p Try logging in using your username or email. If you have forgotten your password, try recovering it

  = link_to "Sign in", new_session_path(:user), class: 'btn primary'
  = link_to "Recover password", new_password_path(:user), class: 'btn secondary'

  %hr
  %p.light If none of the options work, try contacting a Boyutluseyler administrator.
  -# TODO: add contact link (text body should contain @provider and @error)