1
0
Fork 0
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:
Michael Bleigh 2010-10-08 12:38:37 -05:00
parent 67ede42fbe
commit 9164a73067

View file

@ -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"]
}
}