diff --git a/InvenTree/users/views.py b/InvenTree/users/views.py index cfe6646115..a7d1725ceb 100644 --- a/InvenTree/users/views.py +++ b/InvenTree/users/views.py @@ -53,7 +53,5 @@ class GetAuthToken(ObtainAuthToken): except (AttributeError, ObjectDoesNotExist): pass - logout(request) - return Response({"success": _("Successfully logged out.")}, status=status.HTTP_200_OK)