mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Tiny fix to Gowalla strategy for URL typo.
This commit is contained in:
parent
67ede42fbe
commit
9164a73067
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ module OmniAuth
|
|||
'image' => user_data["image_url"],
|
||||
'phone' => nil,
|
||||
'urls' => {
|
||||
'Gowalla' => "http://www.gowalla.com/#{user_data['url']}",
|
||||
'Gowalla' => "http://www.gowalla.com#{user_data['url']}",
|
||||
'Website' => user_data["website"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue