mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 14:56:01 +01:00
Remove RDoc tags (#28943).
Patch by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17370 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -109,12 +109,12 @@ module OpenIdAuthentication
|
||||
# the Rails convention "open_id_identifier" because that's what
|
||||
# the specification dictates in order to get browser auto-complete
|
||||
# working across sites
|
||||
def using_open_id?(identifier = nil) #:doc:
|
||||
def using_open_id?(identifier = nil)
|
||||
identifier ||= open_id_identifier
|
||||
!identifier.blank? || request.env[Rack::OpenID::RESPONSE]
|
||||
end
|
||||
|
||||
def authenticate_with_open_id(identifier = nil, options = {}, &block) #:doc:
|
||||
def authenticate_with_open_id(identifier = nil, options = {}, &block)
|
||||
identifier ||= open_id_identifier
|
||||
|
||||
if request.env[Rack::OpenID::RESPONSE]
|
||||
|
||||
Reference in New Issue
Block a user