GM-125: Доработать авторизацию через FB

This commit is contained in:
Anatoly 2019-09-23 12:49:14 +03:00
parent 202aabf15e
commit 2c43a37108

View File

@ -144,7 +144,8 @@ class OAuth2SignUpView(OAuth2ViewMixin, JWTGenericViewMixin):
status=status.HTTP_200_OK)
return self._put_cookies_in_response(
cookies=self._put_data_in_cookies(access_token=access_token,
refresh_token=refresh_token),
refresh_token=refresh_token,
permanent=True),
response=response)