Skip to content

Commit

Permalink
Replaces force_signup param with login_options param
Browse files Browse the repository at this point in the history
  • Loading branch information
grega committed Oct 14, 2021
1 parent 868f1dc commit 1f92774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-rpi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Rpi
VERSION = '0.8.0'.freeze
VERSION = '0.9.0'.freeze
end
end
2 changes: 1 addition & 1 deletion lib/omniauth/strategies/hydra0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Hydra0 < OmniAuth::Strategies::OAuth2

def authorize_params
super.tap do |params|
%w[scope client_options force_signup].each do |v|
%w[scope client_options login_options].each do |v|
params[v.to_sym] = request.params[v] if request.params[v]
end
end
Expand Down

0 comments on commit 1f92774

Please sign in to comment.