Features: 1) Add confirm_password field to user serializer;
Fixes: ; Extra: ;
This commit is contained in:
parent
f345a1bfed
commit
e020fe7d08
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class UserSerializer(ModelSerializer):
|
|||
"first_name",
|
||||
"last_name",
|
||||
"password",
|
||||
"confirm_password",
|
||||
"phone_number",
|
||||
"is_subscribed",
|
||||
"modified",
|
||||
|
|
|
|||
Loading…
Reference in a new issue