Skip to content

Commit

Permalink
add callback back
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispeterson committed Aug 12, 2011
1 parent ee74a2b commit 73ced0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oa-oauth/lib/omniauth/strategies/oauth2/liveid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def request_phase

def user_data
# @data ||= MultiJson.decode(@access_token.get('/me'))
@data
@data ||= @access_token.get('/me')
end

#def user_info
Expand Down

0 comments on commit 73ced0f

Please sign in to comment.