提交 66c02b3f 编写于 作者: D Dmitriy Zaporozhets

Merge branch 'dz-fix-cluster-oauth' into 'master'

Pass request to oauth creation during cluster app install

Closes #47459

See merge request gitlab-org/gitlab-ce!19522
......@@ -42,6 +42,6 @@ class Projects::Clusters::ApplicationsController < Projects::ApplicationControll
owner: current_user
}
Applications::CreateService.new(current_user, oauth_application_params).execute
Applications::CreateService.new(current_user, oauth_application_params).execute(request)
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册