mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
clean
This commit is contained in:
parent
981884f368
commit
3c70c3a29c
@ -53,5 +53,5 @@ class GetAuthToken(ObtainAuthToken):
|
||||
except (AttributeError, ObjectDoesNotExist):
|
||||
pass
|
||||
|
||||
return Response({"success": _("Successfully logged out.")},
|
||||
return Response({"success": "Successfully logged out."},
|
||||
status=status.HTTP_200_OK)
|
||||
|
Loading…
Reference in New Issue
Block a user