Added auth_template/0 to DatabaseAuthenticator.
This commit is contained in:
parent
b6f915313f
commit
4e77f68414
3 changed files with 8 additions and 3 deletions
|
|
@ -25,9 +25,7 @@ defmodule Pleroma.Web.OAuth.OAuthController do
|
|||
available_scopes = (app && app.scopes) || []
|
||||
scopes = oauth_scopes(params, nil) || available_scopes
|
||||
|
||||
template = Pleroma.Config.get(:auth_template, "show.html")
|
||||
|
||||
render(conn, template, %{
|
||||
render(conn, DatabaseAuthenticator.auth_template(), %{
|
||||
response_type: params["response_type"],
|
||||
client_id: params["client_id"],
|
||||
available_scopes: available_scopes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue