Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auth.py #15

Merged
merged 1 commit into from
Aug 10, 2020
Merged

Update auth.py #15

merged 1 commit into from
Aug 10, 2020

Conversation

sumit4613
Copy link
Member

@sumit4613 sumit4613 commented Aug 10, 2020

Removing request.data.get(self.key, b'') because:

  • request.data doesn't have any key
  • This throws an error when a list is passed, because of this I can't send a list of dicts.

Removing `request.data.get(self.key, b'')` because:
- `request.data` doesn't have any key
-  This throws an error when a list is passed, because of this I can't send a list dicts.
@iamhssingh iamhssingh merged commit fce4b8b into 101Loop:master Aug 10, 2020
@sumit4613 sumit4613 deleted the patch-2 branch August 10, 2020 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants