|
|
|
@ -110,6 +110,7 @@ module Mobile
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
third_party_user_id = session[:third_party_user_id]
|
|
|
|
|
Rails.logger.info("#########third_party_user_id: #{third_party_user_id}")
|
|
|
|
|
if third_party_user_id
|
|
|
|
|
c_user = UserSource.find_by_id(session[:third_party_user_id])
|
|
|
|
|
return c_user.user if c_user
|
|
|
|
|