summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-05 08:33:04 +0000
committerPhil Hughes <me@iamphill.com>2017-05-05 08:33:04 +0000
commit225662a708314947a970c9be6f969ada6c636c23 (patch)
treecc23e205a8330715754ce211abf446d4f32701cb /app/controllers
parent1441cdf2c8136d7c480a033eb7017461475ca6a8 (diff)
downloadgitlab-ce-225662a708314947a970c9be6f969ada6c636c23.tar.gz
Update design of auth error page
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/omniauth_callbacks_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/omniauth_callbacks_controller.rb b/app/controllers/omniauth_callbacks_controller.rb
index 58d50ad647b..2a8c8ca4bad 100644
--- a/app/controllers/omniauth_callbacks_controller.rb
+++ b/app/controllers/omniauth_callbacks_controller.rb
@@ -67,7 +67,7 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController
def omniauth_error
@provider = params[:provider]
@error = params[:error]
- render 'errors/omniauth_error', layout: "errors", status: 422
+ render 'errors/omniauth_error', layout: "oauth_error", status: 422
end
def cas3