mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-05 03:00:15 -04:00
Remove oauth2 support from POST_setflairenabled.
This commit is contained in:
@@ -2434,7 +2434,6 @@ class ApiController(RedditController, OAuth2ResourceController):
|
||||
|
||||
return BoringPage(_("API"), content = results).render()
|
||||
|
||||
@require_oauth2_scope("modflair")
|
||||
@validatedForm(VUser(),
|
||||
VModhash(),
|
||||
flair_enabled = VBoolean("flair_enabled"))
|
||||
|
||||
Reference in New Issue
Block a user