This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
[2] Prevent additional state properties on Profile page from being POSTed #169
Labels
bug
Something isn't working
Milestone
Currently, the updateAccountData is being invoked on the profile page with the profile page's entire state object, which includes some page-specific stuff we don't wanna send to the database (passwordIsHidden, etc). We'll just want to make sure we only send the user object to the database!
This will likely intersect somewhat with #165 --Brandon is working to reorganize the POST/setState flow at app level, so that'll probably be relevant.
Bugfix Outline
The text was updated successfully, but these errors were encountered: