mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
test
This commit is contained in:
@ -53,7 +53,7 @@ class GetAuthToken(ObtainAuthToken):
|
|||||||
except (AttributeError, ObjectDoesNotExist):
|
except (AttributeError, ObjectDoesNotExist):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
self.logout(request)
|
logout(request)
|
||||||
|
|
||||||
return Response({"success": _("Successfully logged out.")},
|
return Response({"success": _("Successfully logged out.")},
|
||||||
status=status.HTTP_200_OK)
|
status=status.HTTP_200_OK)
|
||||||
|
Reference in New Issue
Block a user