diff --git a/web/mailman-web/settings.py b/web/mailman-web/settings.py index 249b82a..26ebed9 100644 --- a/web/mailman-web/settings.py +++ b/web/mailman-web/settings.py @@ -92,8 +92,6 @@ INSTALLED_APPS = ( 'allauth.socialaccount.providers.github', 'allauth.socialaccount.providers.gitlab', 'allauth.socialaccount.providers.google', - 'allauth.socialaccount.providers.facebook', - #'allauth.socialaccount.providers.stackexchange', )