lib/omniauth/strategies/dash.rb in omniauth-dash-0.0.1 vs lib/omniauth/strategies/dash.rb in omniauth-dash-0.0.2
- old
+ new
@@ -10,8 +10,12 @@
:site => 'https://dash.by/',
:authorize_url => 'https://dash.by/api/auth/authorize',
:token_url => 'https://dash.by/api/auth/token'
}
+ def callback_url
+ options[:callback_url] || super
+ end
+
end
end
end
\ No newline at end of file