Skip to content

Commit

Permalink
removed unused method argument
Browse files Browse the repository at this point in the history
  • Loading branch information
withshubh committed Feb 25, 2021
1 parent 925a10a commit b71ca2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onelogin/ruby-saml/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def validate_issuer
# @return [Boolean] True if the SessionNotOnOrAfter of the AuthnStatement is valid, otherwise (when expired) False if soft=True
# @raise [ValidationError] if soft == false and validation fails
#
def validate_session_expiration(_soft = true)
def validate_session_expiration()
return true if session_expires_at.nil?

now = Time.now.utc
Expand Down

0 comments on commit b71ca2f

Please sign in to comment.