mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-14 08:50:35 +03:00
spacing
This commit is contained in:
parent
077d868493
commit
ff87c9baac
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user