1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00

Merge pull request #221 from gioblu/master

Remove query string from redirect_uri on callback
This commit is contained in:
Mark Dodwell 2015-10-26 22:46:45 -07:00
commit 5a74e8b80e

View file

@ -83,7 +83,7 @@ module OmniAuth
if @authorization_code_from_signed_request_in_cookie
''
else
options[:callback_url] || super
options[:callback_url] || (full_host + script_name + callback_path)
end
end