lib/omniauth/strategies/cybozu.rb in omniauth-cybozu-0.3.1 vs lib/omniauth/strategies/cybozu.rb in omniauth-cybozu-1.0.0
- old
+ new
@@ -13,10 +13,10 @@
token_url: '/oauth2/token'
private
def callback_url
- full_host + script_name + callback_path
+ full_host + callback_path
end
end
end
end