Closed bullmoose20 closed 4 months ago
For example, in the AniDb, we pass the actual results from the api response to the user instead of a generic failure message.
from Yozora: ```
<div id="plexStatusMessage" class="status-message"></div>
when the user hits "validate", depending on if the status is successful or not, I want that password field to change class from `form-control` to `form-control is-valid` (if it passes validation) and `form-control is-invalid` (if it fails validation for any reason)
going to close this issue as too old and likely not relevant based on all the changed since this issue was created
right now we pretty much hardcode an error, however, there is an error that usually shows up in the console of the flask app and that you maybe be provided to the user instead.