Commit 0550eb83 authored by John Red Medrano's avatar John Red Medrano

{dev bugfix} removed comment on login and initial push on gitlab

parent 76cdc647
......@@ -38,8 +38,6 @@ class Login(ObtainAuthToken):
return Response({
'token': token.key,
# 'user_id': user.pk,
# 'email': user.email
})
except Exception as e:
return Response(
......
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