From: Tom Hughes Date: Mon, 17 Jan 2022 11:00:41 +0000 (+0000) Subject: Restore form_action restrictions for ouath2_authorizations#create X-Git-Tag: live~1906 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ff995e7ea321456036a81cc4a6e9ffad91afd7b0 Restore form_action restrictions for ouath2_authorizations#create --- diff --git a/app/controllers/oauth2_authorizations_controller.rb b/app/controllers/oauth2_authorizations_controller.rb index 54a63fc84..dca95de4e 100644 --- a/app/controllers/oauth2_authorizations_controller.rb +++ b/app/controllers/oauth2_authorizations_controller.rb @@ -3,7 +3,7 @@ class Oauth2AuthorizationsController < Doorkeeper::AuthorizationsController prepend_before_action :authorize_web before_action :set_locale - before_action :allow_all_form_action, :only => [:new, :create] + before_action :allow_all_form_action, :only => [:new] authorize_resource :class => false