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",
|
"first_name",
|
||||||
"last_name",
|
"last_name",
|
||||||
"password",
|
"password",
|
||||||
|
"confirm_password",
|
||||||
"phone_number",
|
"phone_number",
|
||||||
"is_subscribed",
|
"is_subscribed",
|
||||||
"modified",
|
"modified",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue