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
message << "Create a GitLab account first, and then connect it to your #{label} account."
end
<<<<<<< HEAD
flash[:alert] = message.join(' ')
=======
flash[:notice] = message.join(' ')
>>>>>>> upstream/master
redirect_to new_user_session_path
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