debian-mirror-gitlab/app/views/errors/omniauth_error.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
574 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- content_for(:title, 'Auth Error')
.container
2021-12-11 22:18:48 +05:30
= render partial: "shared/errors/graphic_422", formats: :svg
2017-08-17 22:00:37 +05:30
%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
2021-01-29 00:20:46 +05:30
= link_to "Sign in", new_session_path(:user), class: 'gl-button btn primary'
= link_to "Recover password", new_password_path(:user), class: 'gl-button btn secondary'
2017-08-17 22:00:37 +05:30
%hr
%p.light If none of the options work, try contacting a GitLab administrator.