diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-11 18:14:41 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-11 18:14:41 -0600 |
commit | 0a52e376484500279edded7121e3b23953d37b1b (patch) | |
tree | 0c680fe1a842e44e67df95f3a0b02fb63a2b69e2 /app/controllers | |
parent | 44992df257e537afe0b91682934d5eeed5575439 (diff) |
change pack to 'auth'
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/oauth/authorizations_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |