Skip to content

Commit fe6210d

Browse files
committed
fix: message format
1 parent 0409930 commit fe6210d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supertokens_python/recipe/dashboard/api/api_key_protector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def api_key_protector(
5252
)
5353
except DashboardOperationNotAllowedError as _:
5454
return send_non_200_response_with_message(
55-
json.dumps({"message": "You are not permitted to perform this operation"}),
55+
"You are not permitted to perform this operation",
5656
403,
5757
api_options.response,
5858
)

0 commit comments

Comments
 (0)