-
-
Notifications
You must be signed in to change notification settings - Fork 7
Labels
Description
Description
After completing the signup process successfully, login does not work with the same email and password.
The app shows an "Invalid Email" error during login.
Signup Flow
- User signs up using:
- Name
- Phone number
- Password
- After signup, the app redirects to phone number OTP verification
- OTP is entered correctly and verified
- Account is created successfully
Issue
After logging out, when trying to log in using the same email and password used during signup,
the login fails and shows "Invalid Email" error.
Steps to Reproduce
- Open the app
- Go to Signup screen
- Enter name, email, phone number, and password
- Verify phone number using OTP
- Logout after successful signup
- Go to Login screen
- Enter the same email and password
- Login fails with "Invalid Email" error
Expected Behavior
User should be able to log in successfully using the same email and password after signup.
Actual Behavior
Login fails with "Invalid Email" error even though the account was created successfully.
Platform
- Java (Android)
- Email & Phone OTP Authentication
Additional Information
- OTP verification works correctly
- Signup flow completes without any error
- Issue happens only during login after signup
Reactions are currently unavailable