lib/omniauth/strategies/linear.rb in omniauth-linear-1.0.3 vs lib/omniauth/strategies/linear.rb in omniauth-linear-2.0.0

- old
+ new

@@ -68,10 +68,10 @@ response.data.to_h end end def callback_url - full_host + script_name + callback_path + "#{full_host}#{callback_path}" end end end end