We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b9da4 commit 286a297Copy full SHA for 286a297
lib/omniauth/strategies/saml.rb
@@ -184,8 +184,6 @@ def valid_slo_relay_state?(relay_state)
184
end
185
186
def call_slo_relay_state_validator(validator, relay_state)
187
- arity = validator.arity
188
-
189
return validator.call if validator.arity.zero?
190
return validator.call(relay_state) if validator.arity == 1
191
validator.call(relay_state, request)
0 commit comments