Commit 98011c88 authored by gfyoung's avatar gfyoung

Use message.join to be consistent with CE

parent 3160f30f
......@@ -154,7 +154,7 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController
message << "Create a GitLab account first, and then connect it to your #{label} account."
end
flash[:alert] = message
flash[:alert] = message.join(' ')
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