Commit 9b819cd9 authored by John Red Medrano's avatar John Red Medrano

{dev bugfix} replace prompt message on username issue

parent af0296b7
......@@ -92,7 +92,7 @@ class rms:
if username.count() >= 1:
return Response(
{
"message": f"{username.first().username} is already taken",
"message": f"username {username.first().username} is already taken",
},status=status.HTTP_400_BAD_REQUEST
)
return function(self, request, *args, **kwargs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment