mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
remove old ref
This commit is contained in:
@ -292,9 +292,7 @@ class CustomUrlMixin:
|
|||||||
return Site.objects.get_current().domain + url
|
return Site.objects.get_current().domain + url
|
||||||
|
|
||||||
|
|
||||||
class CustomAccountAdapter(
|
class CustomAccountAdapter(CustomUrlMixin, RegistratonMixin, DefaultAccountAdapter):
|
||||||
CustomUrlMixin, RegistratonMixin, OTPAdapter, DefaultAccountAdapter
|
|
||||||
):
|
|
||||||
"""Override of adapter to use dynamic settings."""
|
"""Override of adapter to use dynamic settings."""
|
||||||
|
|
||||||
def send_mail(self, template_prefix, email, context):
|
def send_mail(self, template_prefix, email, context):
|
||||||
|
Reference in New Issue
Block a user