2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 13:06:45 +00:00
This commit is contained in:
Oskar Jaskolski 2019-08-28 12:41:46 +02:00
parent 981884f368
commit 3c70c3a29c

View File

@ -53,5 +53,5 @@ class GetAuthToken(ObtainAuthToken):
except (AttributeError, ObjectDoesNotExist): except (AttributeError, ObjectDoesNotExist):
pass pass
return Response({"success": _("Successfully logged out.")}, return Response({"success": "Successfully logged out."},
status=status.HTTP_200_OK) status=status.HTTP_200_OK)