user master for oauth
This commit is contained in:
parent
41790e4894
commit
07b9acc347
|
@ -6,6 +6,7 @@ class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController
|
||||||
before_action :store_current_location
|
before_action :store_current_location
|
||||||
before_action :authenticate_resource_owner!
|
before_action :authenticate_resource_owner!
|
||||||
before_action :set_cache_headers
|
before_action :set_cache_headers
|
||||||
|
before_action :use_master
|
||||||
|
|
||||||
include Localized
|
include Localized
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ class Oauth::AuthorizedApplicationsController < Doorkeeper::AuthorizedApplicatio
|
||||||
before_action :store_current_location
|
before_action :store_current_location
|
||||||
before_action :authenticate_resource_owner!
|
before_action :authenticate_resource_owner!
|
||||||
before_action :set_body_classes
|
before_action :set_body_classes
|
||||||
|
before_action :use_master
|
||||||
|
|
||||||
include Localized
|
include Localized
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue