2016-11-29 13:44:07 -05:00
|
|
|
- content_for(:title, 'Auth Error')
|
2017-05-05 04:33:04 -04:00
|
|
|
|
2016-11-29 13:44:07 -05:00
|
|
|
.container
|
2017-05-05 04:33:04 -04:00
|
|
|
= render "shared/errors/graphic_422.svg"
|
2016-11-29 13:44:07 -05:00
|
|
|
%h3 Sign-in using #{@provider} auth failed
|
2014-06-24 08:57:38 -04:00
|
|
|
|
2017-05-05 04:33:04 -04:00
|
|
|
%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
|
2014-06-24 08:57:38 -04:00
|
|
|
|
2017-05-05 04:33:04 -04:00
|
|
|
= 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.
|