Skip to content

Commit

Permalink
Redifine abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Dec 9, 2023
1 parent efa4dc8 commit e6a56bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ def get_email_options(self):
'url_generator': reset_password_url_generator
}

def create(self, validated_data):
pass

def update(self, instance, validated_data):
pass


@ts_interface(context='user')
class LoginSerializer(serializers.Serializer):
Expand Down

0 comments on commit e6a56bd

Please sign in to comment.