You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user i want to be able to login through the connection form on the login page.
the form require me to enter:
email
password.
once my informations entered, i click on a button "LOGIN" if my credentials are good i'm redirected to the homepage, if they are not an error message will show that an error happened
in case i clicked the wrong button, a link will redirect me to the registration page
Create login page
Create form component
Send data to connection API
Show error if any
Redirect the user to homepage
The text was updated successfully, but these errors were encountered:
As a user i want to be able to login through the connection form on the login page.
the form require me to enter:
once my informations entered, i click on a button "LOGIN" if my credentials are good i'm redirected to the homepage, if they are not an error message will show that an error happened
in case i clicked the wrong button, a link will redirect me to the registration page
The text was updated successfully, but these errors were encountered: