-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This issue will handle the login functionality for users who already have an account.
Description:
- Create a login page with email and password fields.
- Provide validation for incorrect credentials (e.g., "Incorrect email or password").
- Implement a "Forgot Password" link that redirects users to a password reset page.
- If the user logs in successfully, redirect them to the feed page
Task:
- Design and implement the login form layout.
- Validate login credentials (check with backend API).
- Implement error handling for incorrect credentials.
- Implement "Remember me" functionality.
- Redirect user after successful log.
Reactions are currently unavailable