diff --git a/djangoldp_account/models.py b/djangoldp_account/models.py index 525c161988361111935d78341d03ae37af49a363..60c8335f35d5f0e4d83f64f0d98b0b06671d3ed6 100644 --- a/djangoldp_account/models.py +++ b/djangoldp_account/models.py @@ -25,7 +25,7 @@ user_fields = ['@id', 'first_name', 'groups', 'last_name', 'username', 'email', if 'djangoldp_uploader' in settings.DJANGOLDP_PACKAGES: user_fields += ['uploadURL'] -user_nested_fields = ['account', 'groups', 'chatProfile'] +user_nested_fields = ['account', 'chatProfile'] user_empty_containers = [] for dldp_module in djangoldp_modules: try: