Skip to content

Commit

Permalink
Fixed a type.. crendentails should be credentials on the omniauth hash'
Browse files Browse the repository at this point in the history
  • Loading branch information
boyvanamstel committed Jul 23, 2011
1 parent 09068e0 commit e478aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oa-openid/lib/omniauth/strategies/google_hybrid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def auth_hash
OmniAuth::Utils.deep_merge(super(), {
'uid' => @openid_response.display_identifier,
'user_info' => user_info(@openid_response),
'credentails' => {
'credentials' => {
'scope' => @options[:scope],
'token' => @access_token.token,
'secret' => @access_token.secret
Expand Down

0 comments on commit e478aec

Please sign in to comment.