about summary refs log tree commit diff
path: root/app/controllers/oauth
diff options
context:
space:
mode:
authorcwm <chriswmartin@protonmail.com>2017-12-11 18:14:41 -0600
committercwm <chriswmartin@protonmail.com>2017-12-11 18:14:41 -0600
commit0a52e376484500279edded7121e3b23953d37b1b (patch)
tree0c680fe1a842e44e67df95f3a0b02fb63a2b69e2 /app/controllers/oauth
parent44992df257e537afe0b91682934d5eeed5575439 (diff)
change pack to 'auth'
Diffstat (limited to 'app/controllers/oauth')
-rw-r--r--app/controllers/oauth/authorizations_controller.rb2
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