mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 20:25:17 +01:00
Fix typo in app creation response
Mastodon sends redirect_uri (singular), so should Pleroma.
This commit is contained in:
parent
bdb6811f6f
commit
6698749073
@ -23,7 +23,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
|
|||||||
name: app.client_name,
|
name: app.client_name,
|
||||||
client_id: app.client_id,
|
client_id: app.client_id,
|
||||||
client_secret: app.client_secret,
|
client_secret: app.client_secret,
|
||||||
redirect_uris: app.redirect_uris,
|
redirect_uri: app.redirect_uris,
|
||||||
website: app.website
|
website: app.website
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user