2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-09 00:21:34 +00:00

remove old ref

This commit is contained in:
Matthias Mair
2024-01-21 15:43:46 +01:00
parent 068c05a6f0
commit c31e8fad30
+1 -3
View File
@@ -292,9 +292,7 @@ class CustomUrlMixin:
return Site.objects.get_current().domain + url
class CustomAccountAdapter(
CustomUrlMixin, RegistratonMixin, OTPAdapter, DefaultAccountAdapter
):
class CustomAccountAdapter(CustomUrlMixin, RegistratonMixin, DefaultAccountAdapter):
"""Override of adapter to use dynamic settings."""
def send_mail(self, template_prefix, email, context):