mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 17:56:03 +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:
@@ -14,7 +14,7 @@ module OpenIdAuthentication
|
||||
|
||||
protected
|
||||
|
||||
def authenticate_with_open_id(identity_url = params[:openid_url], options = {}) #:doc:
|
||||
def authenticate_with_open_id(identity_url = params[:openid_url], options = {})
|
||||
if User.find_by_identity_url(identity_url) || identity_url.include?('good')
|
||||
extension_response_fields = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user