Commit 36ffdf36 authored by Florian Unglaub's avatar Florian Unglaub

Merge issue fixed

parent 48443d20
......@@ -33,7 +33,7 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController
if current_user
# Change a logged-in user's authentication method:
current_user.uid = uid
current_user.extern_uid = uid
current_user.provider = provider
current_user.save
redirect_to profile_path
......
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