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