Commit 92e83204 authored by Marin Jankovski's avatar Marin Jankovski

Resolve ce-ee merge in omniauth_callbacks

parent 35606534
...@@ -154,11 +154,7 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController ...@@ -154,11 +154,7 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController
message << "Create a GitLab account first, and then connect it to your #{label} account." message << "Create a GitLab account first, and then connect it to your #{label} account."
end end
<<<<<<< HEAD
flash[:alert] = message.join(' ')
=======
flash[:notice] = message.join(' ') flash[:notice] = message.join(' ')
>>>>>>> upstream/master
redirect_to new_user_session_path redirect_to new_user_session_path
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment