#1606 Fixes
This commit is contained in:
parent
e9c356092b
commit
2e1c3c52bc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Gitlab
|
||||
module APIHelpers
|
||||
def current_user
|
||||
@current_user ||= User.find_by_authentication_token(params[:private_token] || header[:private_token])
|
||||
@current_user ||= User.find_by_authentication_token(params[:private_token] || header["private_token"])
|
||||
end
|
||||
|
||||
def user_project
|
||||
|
|
Loading…
Reference in a new issue