Skip to content

Commit

Permalink
uid mapped with id
Browse files Browse the repository at this point in the history
  • Loading branch information
thillain committed Jul 8, 2012
1 parent a9fc4a5 commit 1aa8c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/omniauth/strategies/miso.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class Miso < OmniAuth::Strategies::OAuth
:image => raw_info['image'],
:description => raw_info['description'],
:location=>raw_info['location'],
:urls =>{ 'Website' => raw_info['url']}
:user_id=raw_info['user_id']
:urls =>{ 'Website' => raw_info['url']},
:user_id=>raw_info['user_id']
}
end
extra do
Expand Down

0 comments on commit 1aa8c63

Please sign in to comment.