Skip to content

$0.4 Bounty : Login fails with "Invalid Email" after successful signup and OTP verification #5

@allknowledge34

Description

@allknowledge34

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

  1. User signs up using:
    • Name
    • Email
    • Phone number
    • Password
  2. After signup, the app redirects to phone number OTP verification
  3. OTP is entered correctly and verified
  4. 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

  1. Open the app
  2. Go to Signup screen
  3. Enter name, email, phone number, and password
  4. Verify phone number using OTP
  5. Logout after successful signup
  6. Go to Login screen
  7. Enter the same email and password
  8. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bountyPaid contributionbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions