diff --git a/djoser/utils.py b/djoser/utils.py index f7831317..cccfd2c9 100644 --- a/djoser/utils.py +++ b/djoser/utils.py @@ -67,7 +67,7 @@ def from_request(cls, request, user=None, from_email=None, **context): domain=django_settings.DJOSER.get('DOMAIN') or site.domain, site_name=django_settings.DJOSER.get('SITE_NAME') or site.name, protocol='https' if request.is_secure() else 'http', - **context, + **context ) def create(self):