We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685e725 commit 0409930Copy full SHA for 0409930
supertokens_python/recipe/dashboard/api/api_key_protector.py
@@ -51,11 +51,6 @@ async def api_key_protector(
51
)
52
53
except DashboardOperationNotAllowedError as _:
54
- # api_options.response.set_status_code(403)
55
- # api_options.response.set_json_content({
56
- # "message": "You are not permitted to perform this operation"
57
- # })
58
- # return None
59
return send_non_200_response_with_message(
60
json.dumps({"message": "You are not permitted to perform this operation"}),
61
403,
0 commit comments