change pack to 'auth'

lolsob-rspec
cwm 2017-12-11 18:14:41 -06:00
parent 7e8c87e443
commit 690cd248b1
1 changed files with 1 additions and 1 deletions

View File

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