Skip to content

Commit

Permalink
Fixed the bug login
Browse files Browse the repository at this point in the history
  • Loading branch information
pravee42 committed Dec 30, 2021
1 parent 3afa96e commit c2ddba4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified users/__pycache__/views.cpython-39.pyc
Binary file not shown.
1 change: 0 additions & 1 deletion users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def loginuser(request):
if UserDetails.objects.filter(email=email).exists() and UserDetails.objects.filter(password=password):
response_data = {
'token': password,
'avatar': url
}
return Response(response_data)

Expand Down

0 comments on commit c2ddba4

Please sign in to comment.