Pass request to oauth creation during cluster app install
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
543459794a
commit
dbbcffa186
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue