mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
test
This commit is contained in:
parent
381e58ab1c
commit
5dcfc20d82
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user