Skip to content

Commit

Permalink
User id field instead of uid, both has same value but uid is not
Browse files Browse the repository at this point in the history
documented.
  • Loading branch information
albb0920 committed Dec 10, 2012
1 parent 5521d35 commit 3f91f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/plurk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def consumer
consumer
end

uid { raw_info['uid'].to_s }
uid { raw_info['id'].to_s }

info do
{
Expand Down

0 comments on commit 3f91f4f

Please sign in to comment.