parent
5d13162204
commit
553ca5afa2
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue