Commit fc2a8483 authored by John Red Medrano's avatar John Red Medrano

another test for commiting on gitlab

parent 0550eb83
...@@ -82,7 +82,6 @@ class RefreshToken(APIView): ...@@ -82,7 +82,6 @@ class RefreshToken(APIView):
class CurrentUser(APIView): class CurrentUser(APIView):
# @decorators.error_safe
def get(self, request, token=None, *args, **kwargs): def get(self, request, token=None, *args, **kwargs):
serializer = UserManagementRetreiveSerializer serializer = UserManagementRetreiveSerializer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment