Fix Adapter Warning for Allauth

This commit is contained in:
Alejandro Franco 2024-10-10 13:34:03 -06:00
parent 9c4c9e7d3b
commit 73cad484ee

View File

@ -4,7 +4,7 @@ import typing
from allauth.account.adapter import DefaultAccountAdapter
from allauth.account.models import EmailAddress
from allauth.exceptions import ImmediateHttpResponse
from allauth.core.exceptions import ImmediateHttpResponse
from allauth.socialaccount.adapter import DefaultSocialAccountAdapter
from django.conf import settings
from django.contrib import messages