diff --git a/src/djangooidc/backends.py b/src/djangooidc/backends.py index 9b500cd3f..81e782c7b 100644 --- a/src/djangooidc/backends.py +++ b/src/djangooidc/backends.py @@ -76,7 +76,6 @@ class OpenIdConnectBackend(ModelBackend): This method updates user fields while preserving the values of 'first_name', 'last_name', and 'phone' fields, unless specific conditions are met. - - 'phone' field will be updated if it's None or an empty string. - 'first_name', 'last_name' or 'phone' will be updated if the provided value is not empty. """