Commit 21009344 authored by Giorgenes Gelatti's avatar Giorgenes Gelatti

Remove uneeded find_personal_access_token helper

parent b5e81899
...@@ -11,10 +11,6 @@ module API ...@@ -11,10 +11,6 @@ module API
include Constants include Constants
def find_personal_access_token
find_personal_access_token_from_http_basic_auth
end
def unauthorized_user_project def unauthorized_user_project
@unauthorized_user_project ||= find_project(params[:id]) @unauthorized_user_project ||= find_project(params[:id])
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment