]> cat aescling's git repositories - mastodon.git/commitdiff
change pack to 'auth'
authorcwm <chriswmartin@protonmail.com>
Tue, 12 Dec 2017 00:14:41 +0000 (18:14 -0600)
committercwm <chriswmartin@protonmail.com>
Tue, 12 Dec 2017 00:14:41 +0000 (18:14 -0600)
app/controllers/oauth/authorizations_controller.rb

index 987f20c4146988c1ae618dd1a56e6cd240213588..eb977510b3da42836a2658ce1032e6040770021e 100644 (file)
@@ -16,6 +16,6 @@ class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController
   end
 
   def set_pack
-    use_pack 'settings'
+    use_pack 'auth'
   end
 end