This commit is contained in:
Mahaffey 2018-02-05 16:21:44 -05:00
parent 077d868493
commit ff87c9baac

View File

@ -58,7 +58,6 @@ class LoginSerializer(serializers.Serializer):
return user
def validate(self, attrs):
username = attrs.get('username')
email = attrs.get('email')
password = attrs.get('password')