change pack to 'auth'

master
cwm 7 years ago
parent 44992df257
commit 0a52e37648
  1. 2
      app/controllers/oauth/authorizations_controller.rb

@ -16,6 +16,6 @@ class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController
end end
def set_pack def set_pack
use_pack 'settings' use_pack 'auth'
end end
end end

Loading…
Cancel
Save