Remove Facebook from default social auth provider.

This commit is contained in:
Abhilash Raj
2017-07-20 15:03:20 -07:00
committed by Abhilash Raj
parent 84dac7ae42
commit 43731112e7

View File

@@ -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',
)