Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Lopez <fjlopez@gitlab.com>2017-11-08 21:41:07 +0300
committerFrancisco Lopez <fjlopez@gitlab.com>2017-11-17 12:02:10 +0300
commitaecc3eb0809c4436a57f5ecdd88def58e704205d (patch)
tree227905f3f9013fdbc1040c54fc303f4dbbc2d47c /app/controllers/application_controller.rb
parent374179a97042da3a4d5312afcdb0dc90a44634f0 (diff)
Applied some code review comments
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index bab5ae05ce9..488b50426fe 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -99,8 +99,7 @@ class ApplicationController < ActionController::Base
return try(:authenticated_user)
end
- # This filter handles private tokens, personal access tokens, and atom
- # requests with rss tokens
+ # This filter handles personal access tokens, and atom requests with rss tokens
def authenticate_sessionless_user!
user = Gitlab::Auth::RequestAuthenticator.new(request).find_sessionless_user