We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d0df1 commit 9e44715Copy full SHA for 9e44715
lib/openid_connect_authenticator.rb
@@ -125,10 +125,6 @@ def register_middleware(omniauth)
125
builder.request :url_encoded # form-encode POST params
126
builder.adapter FinalDestination::FaradayAdapter # make requests with FinalDestination::HTTP
127
end
128
-
129
- opts[:client_options][
130
- :raise_errors
131
- ] = SiteSetting.openid_connect_verbose_logging
132
}
133
134
0 commit comments