Skip to content

Commit

Permalink
Fix auth.sch login
Browse files Browse the repository at this point in the history
  • Loading branch information
sztyup authored and SepsiLaszlo committed May 24, 2023
1 parent b1504f4 commit cdc9084
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 cdc9084

Please sign in to comment.