blob: e114e4609f8d5120ceb050082a6ceedd72f6a320 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- content_for(:title, 'Auth Error')
.container
= render partial: "shared/errors/graphic_422", formats: :svg
%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: 'gl-button btn primary'
= link_to "Recover password", new_password_path(:user), class: 'gl-button btn secondary'
%hr
%p.light If none of the options work, try contacting a GitLab administrator.
|