Skip to content

Commit

Permalink
fix task_type for user create
Browse files Browse the repository at this point in the history
  • Loading branch information
viva-lavita committed Aug 3, 2024
1 parent 91262cb commit 43abb8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified backend/_db.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
'HIDE_USERS': True,
'PASSWORD_RESET_CONFIRM_URL': 'password/reset/confirm/{uid}/{token}',
'SERIALIZERS': {
'user_create': 'users.serializers.UserCreateSerializer',
'user_create_password_retype': 'users.serializers.UserCreateSerializer',
'user': 'users.serializers.UserSerializer',
'current_user': 'users.serializers.UserSerializer',
},
Expand Down

0 comments on commit 43abb8c

Please sign in to comment.