Revert "Add comment why openid_connect is installed by default"

This reverts commit d1b1f4fcda389c17875cbaaa032be3821cf373f6.
This commit is contained in:
shamoon 2024-02-04 22:57:17 -08:00
parent d1b1f4fcda
commit e51d91484e

View File

@ -306,7 +306,6 @@ 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,
]