Educado-App / educado-frontend

The repository for the educado content creation web platform.
https://app.educado.com
GNU General Public License v3.0
0 stars 4 forks source link

Onboarding-Frontend: Fixing error messages when using incorrect login credentials #31

Closed Adachigaming closed 11 months ago

Adachigaming commented 11 months ago

Description

This Pull-Request is made in conjunction with the matching PR in the backend. They fix the error messages that should be displayed upon a user attempting to login or sign up with invalid credentials of any sort. This is not an actual PBI or acceptance criteria as of yet, but are nonetheless an important feature for the web to have.

Changes

For the frontend, its error handling system has been updated to better handle the new error codes

Related Issues

No related issues

Checklist

Screenshots

Untitled Untitled2 Untitled3

If mobile/frontend pull request, what version of the backend is it stable, and running on?

Branch: Onboarding-Backend_Login_Signup_error_messages

Commit id: c9a581c1

Notes for Reviewers

The actual styling of the messages has not been given too much thought: the main goal of this PR is to have the functionality of the error messages up. After the meeting and for the next sprint meeting, we will discuss new potential PBIs related to the styling of the messages.