Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/errors/omniauth_error.html.haml')
-rw-r--r--app/views/errors/omniauth_error.html.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/errors/omniauth_error.html.haml b/app/views/errors/omniauth_error.html.haml
deleted file mode 100644
index f3c8221a9d9..00000000000
--- a/app/views/errors/omniauth_error.html.haml
+++ /dev/null
@@ -1,12 +0,0 @@
-%h1 422
-%h3 Sign-in using #{@provider} auth failed
-%hr
-%p Sign-in failed because #{@error}.
-%p There are couple of steps you can take:
-
-%ul
- %li Try logging in using your email
- %li Try logging in using your username
- %li If you have forgotten your password, try recovering it using #{ link_to "Password recovery", new_password_path(resource_name) }
-
-%p If none of the options work, try contacting the GitLab administrator.