Refactor store_current_location before_action in OAuth::AuthorizationsController (#37779)

This commit is contained in:
Claire 2026-02-09 12:05:32 +01:00 committed by GitHub
parent b9a538e57a
commit d3cef82401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,7 @@
# frozen_string_literal: true
class OAuth::AuthorizationsController < Doorkeeper::AuthorizationsController
skip_before_action :authenticate_resource_owner!
before_action :store_current_location
before_action :authenticate_resource_owner!
prepend_before_action :store_current_location
layout 'modal'