BigW Consortium Gitlab

omniauth_error.html.haml 542 Bytes
Newer Older
1
- content_for(:title, 'Auth Error')
2

3
.container
4
  = render "shared/errors/graphic_422.svg"
5
  %h3 Sign-in using #{@provider} auth failed
6

7 8 9
  %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
10

11 12 13 14 15
  = link_to "Sign in", new_session_path(:user), class: 'btn primary'
  = link_to "Recover password", new_password_path(resource_name), class: 'btn secondary'

  %hr
  %p.light If none of the options work, try contacting a GitLab administrator.