Skip to content

Commit

Permalink
using_open_id? returns true on the complete response
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jan 13, 2010
1 parent e7fdd97 commit a0abbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/open_id_authentication.rb
Expand Up @@ -74,7 +74,7 @@ def message
# working across sites
def using_open_id?(identifier = nil) #:doc:
identifier ||= open_id_identifier
!identifier.blank?
!identifier.blank? || request.env[Rack::OpenID::RESPONSE]
end

def authenticate_with_open_id(identifier = nil, options = {}, &block) #:doc:
Expand Down

0 comments on commit a0abbf6

Please sign in to comment.