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

Remove query string from redirect_uri on callback

This commit is contained in:
Giovanni Blu Mitolo 2015-10-22 17:32:01 +02:00
parent f20e906b52
commit eff97bfae3

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