mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 01:51:08 +00:00
Removes updates fields that was causing problems
This commit is contained in:
parent
f353b49d36
commit
d3668e413d
1 changed files with 0 additions and 1 deletions
|
@ -411,7 +411,6 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
# skip the logic in this class's save()
|
||||
super().save(
|
||||
*args,
|
||||
update_fields=["email", "avatar", "preview_image", "summary", "name"],
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue