You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course this is a hacky quick fix for submissions through the front end form inputs only, I could still make a manual POST request to your API with something like Insomnia, so you're right that it would need to be fixed on the backend for full coverage.
The text was updated successfully, but these errors were encountered:
week-9-bfop/resources/modules/nav-bar.js
Lines 46 to 51 in c118680
You can control the case sensitivity of your user inputs like this:
add.fact.js L26-L27
nav-bar.js L11
That way everything is converted to lowercase.
Of course this is a hacky quick fix for submissions through the front end form inputs only, I could still make a manual POST request to your API with something like Insomnia, so you're right that it would need to be fixed on the backend for full coverage.
The text was updated successfully, but these errors were encountered: