Skip to content
Snippets Groups Projects
Commit 51dc61b8 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

Update file views.py

parent 4652d403
Branches
Tags
No related merge requests found
Checking pipeline status
......@@ -364,7 +364,7 @@ class CreateUserConsentView(APIView):
return JsonResponse(
{
"user": user,
"user": "user is created",
},
safe=False,
status=status.HTTP_200_OK,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment