alittlebroken / recipefinder-client

0 stars 0 forks source link

No indication when user does not exist on the client #132

Open alittlebroken opened 1 week ago

alittlebroken commented 1 week ago

When you try to login with a non existent user the client stays on the login page and displays no message.

The network tab in Chrome shows a 404 error was sent back from the API

alittlebroken commented 1 week ago

The API backend reports the user was not found.

Need to double check the API sends that information to the client or not