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 return user
def validate(self, attrs): def validate(self, attrs):
username = attrs.get('username') username = attrs.get('username')
email = attrs.get('email') email = attrs.get('email')
password = attrs.get('password') password = attrs.get('password')