Shift3 / boilerplate-client-react

The Bitwise standard starting point for new React web projects.
7 stars 10 forks source link

Fix profile picture error message #650

Closed DropsOfSerenity closed 2 years ago

DropsOfSerenity commented 2 years ago

Profile picture uploading now respects server side validations.

image

We added a server side validation for file size, in https://github.com/Shift3/dj-starter/pull/42 and this branch respects and displays that validation correctly.