summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrancisco Lopez <fjlopez@gitlab.com>2017-11-08 19:41:07 +0100
committerFrancisco Lopez <fjlopez@gitlab.com>2017-11-17 10:02:10 +0100
commitaecc3eb0809c4436a57f5ecdd88def58e704205d (patch)
tree227905f3f9013fdbc1040c54fc303f4dbbc2d47c /app
parent374179a97042da3a4d5312afcdb0dc90a44634f0 (diff)
downloadgitlab-ce-aecc3eb0809c4436a57f5ecdd88def58e704205d.tar.gz
Applied some code review comments
Diffstat (limited to 'app')
-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