Fix #5433 - Typo in decorators
This commit is contained in:
parent
d508435985
commit
1db8690fe9
@ -416,7 +416,7 @@ def oauth_required(controller):
|
||||
)
|
||||
|
||||
if not valid:
|
||||
error = "Invalid oauth prarameter."
|
||||
error = "Invalid oauth parameter."
|
||||
return json_response({"error": error}, status=400)
|
||||
|
||||
# Fill user if not already
|
||||
|
Loading…
x
Reference in New Issue
Block a user