uiowaSEP2024 / 002_ImagePro

Image processing backend
1 stars 0 forks source link

Better error messaging on frontend #99

Closed powersaudrey25 closed 6 months ago

powersaudrey25 commented 6 months ago

Describe the bug:

Currently the error message for login and signup failed does not have any indication that it is an error message. It is just plaintext. To Reproduce:

Steps to reproduce the behavior:

  1. navigate to 'Log in'

  2. Enter an invalid username and password combo

  3. error message should appear above the log in

  4. navigate to 'Sign up'

  5. click Sign up

  6. error message should appear above the sign up Expected behavior:

    We want a red error message or some sort of indication that it is an error message. Actual Behavior:

    Screenshots:

    Screenshot 2024-02-21 at 4 55 00 PM Screenshot 2024-02-21 at 4 54 38 PM

Environment:

Additional context:

Logs

Possible Fix