Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Include last_name in response return
Browse files Browse the repository at this point in the history
  • Loading branch information
primary0 committed Aug 28, 2014
1 parent c4056f6 commit 12b3997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth-mindvalley/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Mindvalley
VERSION = '0.0.8'
VERSION = '0.0.9'
end
end
1 change: 1 addition & 0 deletions lib/omniauth/strategies/mindvalley.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Mindvalley < OmniAuth::Strategies::OAuth2
{
'email' => raw_info["user"]['email'],
'first_name' => raw_info["user"]["info"]['first_name']
'last_name' => raw_info["user"]["info"]['last_name']
}
end

Expand Down

0 comments on commit 12b3997

Please sign in to comment.