Unrated-Limited-Unlimited / ua-frontend

Unrated Application
GNU General Public License v3.0
4 stars 0 forks source link

check for not "200 OK" and "500 internal server error" upon login #48

Closed h586613 closed 3 months ago

h586613 commented 4 months ago

add a check for anything not "200 OK" and then one for if it's "500 internal server error" upon login attempt to account

h586613 commented 4 months ago

"As a user, i would like feedback if my login attempt was unsuccessful, so that i know to try again" (having a redirect to the login page with the feedback of what went wrong is also something to think abt)

591337 commented 3 months ago

In addition,