Skip to content

Commit

Permalink
Added id to user creation response
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDyakonov committed Jun 16, 2024
1 parent c72ee11 commit e735f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/apps/accounts/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class UserRegistrationSerializer(serializers.ModelSerializer):
class Meta:
model = User
fields = [
"id",
"first_name",
"middle_name",
"last_name",
Expand Down

0 comments on commit e735f12

Please sign in to comment.