ballyalley-o / tccp-server

A scalable backend server solution designed to manage and orchestrate software development bootcamps/courses from multiple schools, providing robust APIs and data storage capabilities.
2 stars 0 forks source link

[BUG] : Invalid Credentials is sending OK HTTP Code #52

Closed ballyalley-o closed 5 months ago

ballyalley-o commented 5 months ago

Describe the bug Logging in with invalid credentials is sending an 200 or OK http code

To Reproduce Steps to reproduce the behavior:

  1. Go to 'login page'
  2. Log in with an invalid credentials
  3. Will send you to the white screen of death
  4. See the Dev tools
  5. See the Application table
  6. click on the login request
  7. see response

Expected behavior Should throw a snack with the error message

Screenshots Image

Image

Image

Image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.