Auth customization support.
OAuthController#create_authorization user retrieval / creation, errors handling, template & layout selection.
This commit is contained in:
parent
2813f28b6f
commit
1097ce6d9f
5 changed files with 48 additions and 8 deletions
|
|
@ -26,6 +26,8 @@ defmodule Pleroma.Web do
|
|||
import Plug.Conn
|
||||
import Pleroma.Web.Gettext
|
||||
import Pleroma.Web.Router.Helpers
|
||||
|
||||
plug(:put_layout, Application.get_env(:pleroma, :app_template, "app.html"))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue