Add comment why openid_connect is installed by default

This commit is contained in:
Moritz Pflanzer 2024-02-05 07:48:25 +01:00
parent b904c4da83
commit d1b1f4fcda

View File

@ -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,
]