Merge remote-tracking branch 'remotes/upstream/develop' into 1260-rate-limited-auth-actions
# Conflicts: # CHANGELOG.md
This commit is contained in:
commit
28fb98d69e
47 changed files with 759 additions and 301 deletions
|
|
@ -475,7 +475,7 @@ defmodule Pleroma.Web.OAuth.OAuthController do
|
|||
defp validate_scopes(app, params) do
|
||||
params
|
||||
|> Scopes.fetch_scopes(app.scopes)
|
||||
|> Scopes.validates(app.scopes)
|
||||
|> Scopes.validate(app.scopes)
|
||||
end
|
||||
|
||||
def default_redirect_uri(%App{} = app) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue