sync_v2
Laurent 8 months ago
parent f84c8ed930
commit 00d4619428
  1. 2
      authentication/views.py

@ -18,7 +18,7 @@ from .models import Device, LoginLog
from .serializers import ChangePasswordSerializer
CustomUser=get_user_model()
CustomUser=settings.AUTH_USER_MODEL
@method_decorator(csrf_exempt, name='dispatch')
class CustomAuthToken(APIView):

Loading…
Cancel
Save