From: cwm Date: Tue, 12 Dec 2017 00:14:41 +0000 (-0600) Subject: change pack to 'auth' X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0a52e376484500279edded7121e3b23953d37b1b;p=mastodon.git change pack to 'auth' --- diff --git a/app/controllers/oauth/authorizations_controller.rb b/app/controllers/oauth/authorizations_controller.rb index 987f20c41..eb977510b 100644 --- a/app/controllers/oauth/authorizations_controller.rb +++ b/app/controllers/oauth/authorizations_controller.rb @@ -16,6 +16,6 @@ class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController end def set_pack - use_pack 'settings' + use_pack 'auth' end end