Commit bcc43820 authored by John Red Medrano's avatar John Red Medrano

Merge branch 'core-dev-red-develop' into 'RMSv2'

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

See merge request rms/Backend/api-main-service!796
parents 21d732ea 0550eb83
...@@ -38,8 +38,6 @@ class Login(ObtainAuthToken): ...@@ -38,8 +38,6 @@ class Login(ObtainAuthToken):
return Response({ return Response({
'token': token.key, 'token': token.key,
# 'user_id': user.pk,
# 'email': user.email
}) })
except Exception as e: except Exception as e:
return Response( 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