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 0409930 commit fe6210dCopy full SHA for fe6210d
supertokens_python/recipe/dashboard/api/api_key_protector.py
@@ -52,7 +52,7 @@ async def api_key_protector(
52
)
53
except DashboardOperationNotAllowedError as _:
54
return send_non_200_response_with_message(
55
- json.dumps({"message": "You are not permitted to perform this operation"}),
+ "You are not permitted to perform this operation",
56
403,
57
api_options.response,
58
0 commit comments