4IRL / urls4irl

Sharing URL's with friends.
3 stars 0 forks source link

Fix login modal errors not displaying #163

Closed GPropersi closed 6 months ago

GPropersi commented 6 months ago

Backend had updated HTTP error codes for most login form failures to 401 from 400. This hadn't been captured in the JavaScript handling the login modal. This PR updates the JavaScript for the login modal to capture 401 errors over 400 errors.

Closes #159