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