Skip to content

Commit

Permalink
Removed user profile dto config
Browse files Browse the repository at this point in the history
  • Loading branch information
guffee23 committed Oct 5, 2023
1 parent 5a75928 commit 9e6d2aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/entities/models/dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ class UserProfile(BaseModel):
def to_keycloak_user(self):
return {"firstName": self.first_name, "lastName": self.last_name}

class Config:
allow_population_by_field_name = True


class FinanicialInstitutionAssociationDto(FinancialInstitutionDto):
approved: bool
Expand Down

0 comments on commit 9e6d2aa

Please sign in to comment.