Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decode entities when setting values for /me form inputs.
The API takes care of encoding character but React components are re-encoding those characters on render. Also, it seems the API does a good job filtering HTML tag injections.
- Loading branch information