full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Fix bug: User was not able to update details without providing password
Current code was raising error, When user was trying to update name / other details from UI
backend_1 | File "./app/crud/crud_user.py", line 34, in update backend_1 | if update_data["password"]: backend_1 | KeyError: 'password'
@tiangolo Could you review / merge this
This should be merged asap
Thank you! Good catch @vikrant-pune :nerd_face:
This was solved in another PR, so I'll now close this one. :coffee: