mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Merge pull request #364 from kevinwmerritt/1.0-beta
oa-identity is passing provider name to hash as a symbol instead of a string
This commit is contained in:
commit
6748a0c905
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ module OmniAuth
|
|||
|
||||
def auth_hash
|
||||
{
|
||||
'provider' => name,
|
||||
'provider' => name.to_s,
|
||||
'uid' => identity.uid,
|
||||
'user_info' => identity.user_info
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue