Skip to content

Commit

Permalink
Added provider to the auth_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetersen committed Jan 22, 2019
1 parent 2a0c731 commit e6b89a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/omniauth/strategies/scientist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def authorize_params

info do
{
'provider' => 'scientist',
'uid' => uid,
'email' => email,
'name' => "#{user_attribute('first_name')} #{user_attribute('last_name')}",
Expand Down

0 comments on commit e6b89a6

Please sign in to comment.