Skip to content

Commit

Permalink
fix authsch login (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbucsy authored May 24, 2023
1 parent eb99182 commit 190984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/oauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Oauth < OmniAuth::Strategies::OAuth2
option :provider_ignores_state, true

def request_phase
super
redirect client.auth_code.authorize_url(authorize_params)
end

def authorize_params
Expand Down

0 comments on commit 190984f

Please sign in to comment.