diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 058e1f9f9..8bb4df8b7 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -306,6 +306,7 @@ INSTALLED_APPS = [ "allauth", "allauth.account", "allauth.socialaccount", + # The openid_connect provider is used in the profile API tests "allauth.socialaccount.providers.openid_connect", *env_apps, ]