Revert "user master for oauth"

This reverts commit 07b9acc347
This commit is contained in:
admin 2021-01-24 16:36:00 +00:00
parent 5d13162204
commit 553ca5afa2
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController
before_action :store_current_location
before_action :authenticate_resource_owner!
before_action :set_cache_headers
before_action :use_master
include Localized

View File

@ -6,7 +6,6 @@ class Oauth::AuthorizedApplicationsController < Doorkeeper::AuthorizedApplicatio
before_action :store_current_location
before_action :authenticate_resource_owner!
before_action :set_body_classes
before_action :use_master
include Localized