]> git.openstreetmap.org Git - rails.git/commitdiff
Restore form_action restrictions for ouath2_authorizations#create
authorTom Hughes <tom@compton.nu>
Mon, 17 Jan 2022 11:00:41 +0000 (11:00 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 17 Jan 2022 11:00:41 +0000 (11:00 +0000)
app/controllers/oauth2_authorizations_controller.rb

index 54a63fc84c53aeac4e4edb891bf187c512bfdc6a..dca95de4e7a34b737906ba2dd524d1c7b2e3f49f 100644 (file)
@@ -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