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

Update file views.py

parent 55334cf1
Branches
Tags
No related merge requests found
Pipeline #1278344 canceled
...@@ -400,7 +400,7 @@ class CreateUserConsentViaConnectServiceView(APIView): ...@@ -400,7 +400,7 @@ class CreateUserConsentViaConnectServiceView(APIView):
return JsonResponse( return JsonResponse(
{ {
"user": user, "message": "user is created",
}, },
safe=False, safe=False,
status=status.HTTP_200_OK, 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