mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-13 06:16:57 +01:00
change pack to 'auth'
This commit is contained in:
parent
44992df257
commit
0a52e37648
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue