diff --git a/fyle_partner_dashboard_api/settings.py b/fyle_partner_dashboard_api/settings.py index b2c83f0..365c596 100644 --- a/fyle_partner_dashboard_api/settings.py +++ b/fyle_partner_dashboard_api/settings.py @@ -87,7 +87,8 @@ WSGI_APPLICATION = 'fyle_partner_dashboard_api.wsgi.application' FYLE_REST_AUTH_SERIALIZERS = { - 'USER_DETAILS_SERIALIZER': 'apps.users.serializers.UserSerializer' + 'USER_DETAILS_SERIALIZER': 'apps.users.serializers.UserSerializer', + 'FYLE_MODULE': 'PARTNER_DASHBOARD' } REST_FRAMEWORK = { diff --git a/requirements.txt b/requirements.txt index 1ac5f17..60c0265 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ django-request-logging==0.7.1 django-rest-framework==0.1.0 djangorestframework==3.11.2 fyle==v0.29.0 -fyle-rest-auth==1.1.0 +fyle-rest-auth==1.2.0 psycopg2-binary==2.8.4 pylint==2.7.4 requests==2.25.0