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
Component is used to let users log in to the application through an existing account.
Describe the solution you'd like
Include two fields: email and password. These fields must be validated.
The Sign In button gets data from fields and submits it.
Submit action:
Use email and password from fields to get Token.
Save Token to Redux.
Get customer data and save it to Redux.
Process to merge customer cart with guest cart.
🚀 feature request
Description
Component is used to let users log in to the application through an existing account.Describe the solution you'd like
Include two fields: email and password. These fields must be validated.
The Sign In button gets data from fields and submits it.
Submit action:
Use email and password from fields to get Token.
Save Token to Redux.
Get customer data and save it to Redux.
Process to merge customer cart with guest cart.
Design:
https://prnt.sc/wkuvo8
The text was updated successfully, but these errors were encountered: