Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
violetamedallia committed Apr 1, 2024
1 parent b27f6dc commit 7bb17c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controller/Users.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ def handle_create_user(self, user_data: dict):

def handle_login(self, auth_code: str):
user = self.users_service.login(auth_code)
return {
"message": user,
"status": status.HTTP_200_OK,
}
return JSONResponse(
status_code=status.HTTP_200_OK,
content=jsonable_encoder({
Expand Down

0 comments on commit 7bb17c9

Please sign in to comment.