diff --git a/poulpe/settings/common.py b/poulpe/settings/common.py index 4c1fa0a..5d458b6 100644 --- a/poulpe/settings/common.py +++ b/poulpe/settings/common.py @@ -214,4 +214,4 @@ SOCIALACCOUNT_PROVIDERS = { ACCOUNT_ADAPTER = 'shared.allauth_adapter.AccountAdapter' -SOCIALACCOUNT_ADAPTER = 'shared.allauth_adapter.SocialAccountAdapter' +SOCIALACCOUNT_ADAPTER='allauth_ens.adapter.LongTermClipperAccountAdapter'