Skip to content

Commit

Permalink
Fix setting custom user info not working
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Apr 10, 2024
1 parent a2b0cd7 commit 706db43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/users_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def create_or_update_resources(self, resource, form, session):
user_info = self.UserInfo()
# assign to user
user_info.user = user
session.add(user_info)

# update user info fields
for field, value in user_info_data.items():
Expand Down

0 comments on commit 706db43

Please sign in to comment.