Commit 5339129d authored by Sean McGivern's avatar Sean McGivern

Merge branch 'remote-unneeded-token-helper' into 'master'

Remove uneeded find_personal_access_token helper [RUN AS-IF-FOSS]

See merge request gitlab-org/gitlab!38858
parents 12a12fe4 21009344
......@@ -13,10 +13,6 @@ module API
include Constants
def find_personal_access_token
find_personal_access_token_from_http_basic_auth
end
def unauthorized_user_project
@unauthorized_user_project ||= find_project(params[:id])
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