Skip to content

Commit

Permalink
Add email to info
Browse files Browse the repository at this point in the history
  • Loading branch information
duytd committed Jul 20, 2018
1 parent b116659 commit 3a05b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/omniauth/strategies/kakao.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Kakao < OmniAuth::Strategies::OAuth2
{
'name' => raw_properties['nickname'],
'image' => raw_properties['thumbnail_image'],
'email' => raw_info['kaccount_email'],
}
end

Expand Down

0 comments on commit 3a05b91

Please sign in to comment.